Example 1: discord bot playing game
client.user.setActivity("what the bot is playing");
Example 2: game
{
"name": {
"default": "Find the Secret"
},
"description": {
"default": "You found it!"
},
"secret": true,
"secure": false,
"icon": "data:image/png;base64,base64_data_here"
}
Example 3: game
[
{
"application_id": "461618159171141643",
"name": {
"default": "Win the Game"
},
"description": {
"default": "You won!"
},
"secret": false,
"icon_hash": "52c1636444f64ad7cb5368b158847def",
"id": "580159119969878046",
"secure": false
}
]
Example 4: game
{
"application_id": "461618159171141643",
"name": {
"default": "How do methods break up?"
},
"description": {
"default": "They stop calling each other!"
},
"secret": false,
"icon_hash": "7d698b594c691e3d28c92e226b28293c",
"id": "597638720379682816",
"secure": false
}
Example 5: game
{
"name": {
"default": "How do methods break up?"
},
"description": {
"default": "They stop calling each other!"
},
"secret": false,
"secure": false,
"icon": "data:image/png;base64,base64_data_here"
}
Example 6: game
{
"application_id": "461618159171141643",
"name": {
"default": "Find the Secret"
},
"description": {
"default": "You found it!"
},
"secret": true,
"icon_hash": "52c1636444f64ad7cb5368b158847def",
"id": "597763781871861018",
"secure": false
}