@sapphire/plugin-editable-commands
Version:
Plugin for @sapphire/framework to have editable commands
1 lines • 731 B
Source Map (JSON)
{"version":3,"sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;AAYO,IAAM,OAAkB,GAAA","file":"index.cjs","sourcesContent":["export * from '@skyra/editable-commands';\n\nexport { loadListeners } from './listeners/_load';\n\n/**\n * The [@sapphire/plugin-editable-commands](https://github.com/sapphiredev/plugins/blob/main/packages/editable-commands)\n * version that you are currently using.\n * An example use of this is showing it of in a bot information command.\n *\n * Note to Sapphire developers: This needs to explicitly be `string` so it is not typed as the string that gets replaced by esbuild\n */\n// eslint-disable-next-line @typescript-eslint/no-inferrable-types\nexport const version: string = '4.0.4';\n"]}