summaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.js b/bot.js
index a7bd8e5..d4687b9 100644
--- a/bot.js
+++ b/bot.js
@@ -25,7 +25,7 @@ client
.on("debug", console.log)
.on("ready", () => {
console.log(`Client ready; logged in as ${client.user.username}#${client.user.discriminator} (${client.user.id})`);
- client.user.setGame("?v shutterfly | vainsocial.com");
+ responses.rotateGameStatus(client);
})
.on('disconnect', () => { console.warn('Disconnected!'); })
.on('reconnecting', () => { console.warn('Reconnecting...'); })