From 9beaed2df5cac191c3c50eb57f6de7bf33d25e43 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 2 Feb 2021 17:26:55 -0500 Subject: [PATCH] Update lastrun on shutdown --- commands/util/shutdown.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/util/shutdown.js b/commands/util/shutdown.js index dfcafa69..db424563 100644 --- a/commands/util/shutdown.js +++ b/commands/util/shutdown.js @@ -49,6 +49,7 @@ module.exports = class ShutdownCommand extends Command { } try { this.uses++; + this.lastRun = new Date(); this.client.exportCommandLeaderboard(); this.client.exportLastRun(); this.client.logger.info('[SHUTDOWN] Manual shutdown engaged.');