botvX_mjs/commands/refill.js

8 lines
136 B
JavaScript
Raw Normal View History

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