chomens-bot-js/commands/refillcore.js
2022-10-18 08:40:46 +07:00

10 lines
195 B
JavaScript

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