process: function(bot, msg) {
bot.setStatus("online", "potato")
},
Setting the game happens with the method bot.setPlayingGame(String), e.g. bot.setPlayingGame("potato").
Still doesn't work.
Make sure you are checking from another account, not the bot user account.
Also make sure you are setting it after the ready event, not before.
this crashes the bot D:
@kjuy86t o.o what error?
2016-05-11T22:02:56.926401+00:00 app[worker.1]: treating !games from @105747712481173504 as command
2016-05-11T22:02:57.795927+00:00 heroku[worker.1]: Process exited with status 1
nothing helpfull
Can we work this out on the Discord channel
For future people, check to make sure you aren't using a 3 month old version of discord.js
For future people, check to make sure you aren't using a 3 month old version of discord.js
This is probably because any guides googled go to an obsolete docs site at the very top, that is apparently represented by official discord.js team --

Should probably get someone to post a note at the top that these docs are old. Or hell, take the site down. The up-to-date site has almost NO examples, which is probably why you are seeing this. All the docs are scattered segments rather than actual-use examples like the other site has (that is old).
Much compared to looking at a dictionary to learn how to speak English.
I'll probably post this as a new issue.
@abalabahaha
May 12, 2016
Don't necro please.
But he just wants the reddit karma
Use :
client.setGame("GAME");
is works at me
@Kalazbb, please check dates before posting. The first message was on May 11, 2016.