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