mirror of
https://github.com/yuzu-emu/discord-rpc
synced 2024-11-26 17:37:59 +00:00
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",
|
||||
"data": {
|
||||
"presence": {
|
||||
"activity": {
|
||||
"state": "In a Group",
|
||||
"details": "Competitive | In a Match",
|
||||
"timestamps": {
|
||||
|
|
Loading…
Reference in a new issue