diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-19 12:02:21 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-19 12:02:21 +0200 |
| commit | 65da4cba0053bc6ee6f5442a45022bf5b4198e70 (patch) | |
| tree | 009923749461351b397cf26672b00b663bef0f63 /bot.js | |
| parent | a0cb47ddcfcafc8a254de6b7574838d61a593bdd (diff) | |
| download | discordbot-65da4cba0053bc6ee6f5442a45022bf5b4198e70.tar.gz discordbot-65da4cba0053bc6ee6f5442a45022bf5b4198e70.zip | |
rotate IGNs in playing status
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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...'); }) |
