izy521/discord.io

Changing 'Playing _ for a bot (js)

MrScopes opened this issue · 2 comments

Hey so, I want to change my bot's 'Playing _' so it isn't blank. I'm using JS for the bot.

bot.setPresence({ 
	game: { 
		type: 0, 
		name: "something"
	} 
})

type 0 - playing
type 1 - streaming (requires url field)
type 2 - listening to
type 3 - watching