izy521 / discord.io

A small, single-file library for creating DiscordApp clients from Node.js or the browser
https://discord.gg/0MvHMfHcTKVVmIGP
MIT License
535 stars 155 forks source link

Changing 'Playing _ for a bot (js) #288

Closed MrScopes closed 5 years ago

MrScopes commented 6 years ago

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

Peacerekam commented 6 years ago
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 6 years ago

Read the docs https://izy521.github.io/discord.io-docs/Discord.Client.html#setPresence