chomens-bot-js/commands/refillcore.js
2022-08-14 16:51:45 +07:00

10 lines
194 B
JavaScript

module.exports = {
name: 'refillcore',
alias: ['rc'],
description: 'Resets the bot\'s command core',
usage: '',
trusted: 0,
execute: function(bot) {
bot.core.fillCore();
},
};