diff options
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ bot.on('ready', () => { }, status: 'online', afk: false, - }).then(console.log) + }).then(presence => console.log(`Activity set to "${presence.activities[0].name}"`)) .catch(console.error); const readyEmbed = new Discord.MessageEmbed() |
