owobot/commands/refill.js

8 lines
136 B
JavaScript
Raw Normal View History

module.exports = {
execute: (c) => {
2024-08-12 05:13:32 -04:00
c.bot.chat(c.bot.refillCoreCmd)
},
consoleIndex: true,
2024-08-12 05:13:32 -04:00
aliases: ['refillcore', 'rc']
2024-07-27 02:39:18 -04:00
}