botv12/commands/refill.js
2024-11-20 01:35:16 -05:00

7 lines
167 B
JavaScript
Executable file

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