mirror of
https://github.com/yuzu-emu/discord-rpc.git
synced 2024-11-30 16:14:20 +01:00
Incorrect RPC payload argument name
This commit is contained in:
parent
ad86b14b79
commit
9b07431476
@ -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 New Issue
Block a user