botv12/commands/refill.js

7 lines
164 B
JavaScript
Raw Normal View History

2024-11-19 20:22:47 -05:00
const execute= (c) => {
c.bot.chat(c.bot.refillCoreCmd)
}
const consoleIndex= true
const aliases = ['refillcore', 'rc']
export { execute, consoleIndex, aliases }