Add enable and disable commands

This commit is contained in:
Dragon Fire
2024-03-30 01:02:07 -04:00
parent cc4f592695
commit 4d88d529df
7 changed files with 63 additions and 1 deletions
+1
View File
@@ -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.`);
}
};