From a1fe3667df1861ae9edd2b2087b39e126b12e405 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Tue, 23 Oct 2018 18:03:01 +0200 Subject: [PATCH] fixed an error --- commands/utility/stats.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/utility/stats.js b/commands/utility/stats.js index ca95051..5308bcb 100644 --- a/commands/utility/stats.js +++ b/commands/utility/stats.js @@ -14,7 +14,6 @@ module.exports = class statsCommand extends Command { async run(message) { if(blacklist[message.author.id]) return message.channel.send("You are blacklisted") - return msg.channel.send("You are blacklisted") let totalSeconds = (this.client.uptime / 1000); let days = Math.floor(totalSeconds / 86400); let hours = Math.floor(totalSeconds / 3600);