botv12/commands/refill.js

7 lines
No EOL
164 B
JavaScript
Executable file

const execute= (c) => {
c.bot.chat(c.bot.refillCoreCmd)
}
const consoleIndex= true
const aliases = ['refillcore', 'rc']
export { execute, consoleIndex, aliases }