diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-16 22:47:23 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-16 22:47:23 +0200 |
| commit | 85bd3e9dd2d51ccc7db498fb7b470b1d7f6e2523 (patch) | |
| tree | 4d61dc4102e2a92048cf8f6d7ded8b3dc2bb5182 /bot.js | |
| parent | 7a6150f68888df9c110349dbae7173229037d470 (diff) | |
| download | discordbot-85bd3e9dd2d51ccc7db498fb7b470b1d7f6e2523.tar.gz discordbot-85bd3e9dd2d51ccc7db498fb7b470b1d7f6e2523.zip | |
use different playing status
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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...'); }) |
