From 988146aeec594a51e1c7feddc51fe6be593bf17a Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 9 Nov 2020 15:41:01 -0500 Subject: [PATCH] Export leaderboard first --- commands/util/reload.js | 1 + 1 file changed, 1 insertion(+) 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.`);