aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.js b/bot.js
index 57cdfb2..c5b932e 100644
--- a/bot.js
+++ b/bot.js
@@ -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()