mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 08:17:35 +02:00
Add enable and disable commands
This commit is contained in:
@@ -27,6 +27,7 @@ module.exports = class ReloadCommand extends Command {
|
||||
command.reload();
|
||||
this.client.importCommandLeaderboard();
|
||||
this.client.importLastRun();
|
||||
this.client.registry.commands.get('cloc').cache = null;
|
||||
return msg.say(`Reloaded the \`${command.name}\` command.`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user