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