File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -50,4 +50,11 @@ export * from './lib/utils/preconditions/PreconditionContainerSingle';
50
50
export type { CooldownContext } from './preconditions/Cooldown' ;
51
51
export { CorePrecondition as ClientPermissionsCorePrecondition } from './preconditions/ClientPermissions' ;
52
52
53
- export const version = '[VI]{version}[/VI]' ;
53
+ /**
54
+ * The [@sapphire/framework](https://github.com/sapphiredev/framework) version that you are currently using.
55
+ * An example use of this is showing it of in a bot information command.
56
+ *
57
+ * Note to Sapphire developers: This needs to explicitly be `string` so it is not typed as the string that gets replaced by Rollup
58
+ */
59
+ // eslint-disable-next-line @typescript-eslint/no-inferrable-types
60
+ export const version : string = '[VI]{version}[/VI]' ;
You can’t perform that action at this time.
0 commit comments