owobot/commands/refill.js

7 lines
136 B
JavaScript
Executable file

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