botv12/commands/refill.js

8 lines
167 B
JavaScript
Raw Permalink Normal View History

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