Changing 'Playing _ for a bot (js)
MrScopes opened this issue · 2 comments
MrScopes commented
Hey so, I want to change my bot's 'Playing _' so it isn't blank. I'm using JS for the bot.
Peacerekam commented
bot.setPresence({
game: {
type: 0,
name: "something"
}
})
type 0 - playing
type 1 - streaming (requires url field)
type 2 - listening to
type 3 - watching
cloudrac3r commented