fixed an error

Commando
loicbersier 6 years ago
parent 9a0d37b2b1
commit a1fe3667df

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

Loading…
Cancel
Save