mirror of
https://github.com/musix-org/musix-oss
synced 2024-12-23 06:43:17 +00:00
Update status.js
This commit is contained in:
parent
224b8cd839
commit
4b7b90a5e2
@ -14,11 +14,6 @@ module.exports = {
|
|||||||
} else {
|
} else {
|
||||||
finalUptime = `${Math.round(uptime.d * 10) / 10} days`;
|
finalUptime = `${Math.round(uptime.d * 10) / 10} days`;
|
||||||
}
|
}
|
||||||
if (process.env.LOCALLYHOSTED === "true") {
|
|
||||||
hosted = 'Locally';
|
|
||||||
} else {
|
|
||||||
hosted = 'Online';
|
|
||||||
}
|
|
||||||
let ping = Math.floor(client.ping * 10) / 10;
|
let ping = Math.floor(client.ping * 10) / 10;
|
||||||
|
|
||||||
const embed = new Discord.RichEmbed()
|
const embed = new Discord.RichEmbed()
|
||||||
@ -26,7 +21,6 @@ module.exports = {
|
|||||||
.addField(':signal_strength: Ping', ping, true)
|
.addField(':signal_strength: Ping', ping, true)
|
||||||
.addField(':stopwatch: Uptime', finalUptime, true)
|
.addField(':stopwatch: Uptime', finalUptime, true)
|
||||||
.addField(`:play_pause: Currently playing music on`, `${client.voiceConnections.size} guild(s)`, true)
|
.addField(`:play_pause: Currently playing music on`, `${client.voiceConnections.size} guild(s)`, true)
|
||||||
.addField(':satellite: Currently hosted', hosted, true)
|
|
||||||
.addField(`💿 Operating system`, process.platform, true)
|
.addField(`💿 Operating system`, process.platform, true)
|
||||||
.setAuthor(client.user.username, client.user.displayAvatarURL)
|
.setAuthor(client.user.username, client.user.displayAvatarURL)
|
||||||
.setColor('#b50002')
|
.setColor('#b50002')
|
||||||
|
Loading…
Reference in New Issue
Block a user