botvX_mjs/commands/refill.mjs

8 lines
134 B
JavaScript
Raw Normal View History

export default {
2024-08-12 04:33:43 -04:00
execute: (c) => {
c.bot.chat(c.bot.refillCoreCmd)
},
consoleIndex: true,
aliases: ['refillcore', 'rc']
}