From 3166c44ac832c81dfa035157048db3bce8cfc2f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Thu, 31 Oct 2019 23:32:47 +0200 Subject: [PATCH] Update ready.js --- events/ready.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/events/ready.js b/events/ready.js index 34620cc1..e4d2070c 100644 --- a/events/ready.js +++ b/events/ready.js @@ -10,7 +10,7 @@ module.exports = { client.global.db.playlists[guildData.id] = guildData.d; }); console.log('- DB Set -'); - client.user.setActivity(`@musix help | 🎶`, { type: 'LISTENING' }); + client.user.setActivity(`@${client.user.username} help | 🎶`, { type: 'LISTENING' }); client.user.setStatus('dnd'); dbl.postStats(client.guilds.size); console.log('- Activated -'); @@ -18,7 +18,7 @@ module.exports = { client.guilds.forEach(guild => { users += guild.memberCount; }) - let status = [`${users} users on ${client.guilds.size} guilds!`, '@musix help | 🎶']; + let status = [`${users} users on ${client.guilds.size} guilds!`, `@${client.user.username} help | 🎶`]; let i = 0; setInterval(() => { if (i == status.length) {