2022-08-14 05:51:45 -04:00
|
|
|
module.exports = {
|
|
|
|
name: 'refillcore',
|
|
|
|
alias: ['rc'],
|
|
|
|
description: 'Resets the bot\'s command core',
|
|
|
|
usage: '',
|
|
|
|
trusted: 0,
|
|
|
|
execute: function(bot) {
|
2022-10-17 21:40:46 -04:00
|
|
|
bot.core.loopPlace();
|
2022-08-14 05:51:45 -04:00
|
|
|
},
|
|
|
|
};
|