Incorrect RPC payload argument name
This commit is contained in:
parent
ad86b14b79
commit
9b07431476
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ Below is a full example of a `SET_ACTIVITY` command. Field restrictions like siz
|
||||||
{
|
{
|
||||||
"cmd": "SET_ACTIVITY",
|
"cmd": "SET_ACTIVITY",
|
||||||
"data": {
|
"data": {
|
||||||
"presence": {
|
"activity": {
|
||||||
"state": "In a Group",
|
"state": "In a Group",
|
||||||
"details": "Competitive | In a Match",
|
"details": "Competitive | In a Match",
|
||||||
"timestamps": {
|
"timestamps": {
|
||||||
|
@ -95,4 +95,4 @@ In order to receive these events, you need to [subscribe](https://discordapp.com
|
||||||
"evt": "GAME_SPECTATE",
|
"evt": "GAME_SPECTATE",
|
||||||
"cmd": "SUBSCRIBE"
|
"cmd": "SUBSCRIBE"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue