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);