mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 02:00:20 +00:00
Update index.js
This commit is contained in:
parent
c0daa44536
commit
77b1c5fcd3
2
index.js
2
index.js
@ -39,7 +39,7 @@ client.on('message', async msg => {
|
||||
} else {
|
||||
finalUptime = `${Math.round((uptime.d + (uptime.h / 24)) * 10) / 10} days`;
|
||||
}
|
||||
msg.channel.send(`I've been up & running for **${finalUptime}.**`);
|
||||
return msg.channel.send(`I've been up & running for **${finalUptime}.**`);
|
||||
}
|
||||
if (msg.content === `${PREFIX}help`) {
|
||||
const embed = new Discord.RichEmbed()
|
||||
|
Loading…
Reference in New Issue
Block a user