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 91eeca6..8b18d20 100644
--- a/bot.js
+++ b/bot.js
@@ -19,7 +19,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 shutterflySEA | vainsocial.com");
+ client.user.setGame("?v shutterfly | vainsocial.com");
})
.on('disconnect', () => { console.warn('Disconnected!'); })
.on('reconnecting', () => { console.warn('Reconnecting...'); })