@sapphire/plugin-editable-commands
Version:
Plugin for @sapphire/framework to have editable commands
15 lines (11 loc) • 529 B
text/typescript
export * from '@skyra/editable-commands';
declare function loadListeners(): void;
/**
* The [@sapphire/plugin-editable-commands](https://github.com/sapphiredev/plugins/blob/main/packages/editable-commands)
* version that you are currently using.
* An example use of this is showing it of in a bot information command.
*
* Note to Sapphire developers: This needs to explicitly be `string` so it is not typed as the string that gets replaced by esbuild
*/
declare const version: string;
export { loadListeners, version };