forked from Supositware/Haha-Yes
fixed an error
This commit is contained in:
parent
9a0d37b2b1
commit
a1fe3667df
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue