Update lastrun on shutdown

This commit is contained in:
Dragon Fire
2021-02-02 17:26:55 -05:00
parent e6bb8e8851
commit 9beaed2df5
+1
View File
@@ -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.');