owobot/commands/refill.js

8 lines
136 B
JavaScript
Raw Normal View History

2024-07-30 05:56:23 -04:00
module.exports = {
execute: (c) => {
c.bot.chat(c.bot.refillCoreCmd)
2024-07-30 05:56:23 -04:00
},
consoleIndex: true,
aliases: ['refillcore', 'rc']
}