Incorrect RPC payload argument name

This commit is contained in:
Mason Sciotti 2017-08-18 15:07:13 -07:00 committed by GitHub
parent ad86b14b79
commit 9b07431476

View file

@ -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"
} }
``` ```