botvX_mjs/commands/refill.mjs

7 lines
134 B
JavaScript

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