diff --git a/commands/util/reload.js b/commands/util/reload.js index dff8bf5f..7016a091 100644 --- a/commands/util/reload.js +++ b/commands/util/reload.js @@ -23,6 +23,7 @@ module.exports = class ReloadCommand extends Command { } run(msg, { command }) { + this.client.exportCommandLeaderboard(); command.reload(); this.client.importCommandLeaderboard(); return msg.say(`Reloaded the \`${command.name}\` command.`);