From 9b0743147612eb7358c5a193faf270f6c24aae09 Mon Sep 17 00:00:00 2001 From: Mason Sciotti Date: Fri, 18 Aug 2017 15:07:13 -0700 Subject: [PATCH] Incorrect RPC payload argument name --- documentation/hard-mode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/hard-mode.md b/documentation/hard-mode.md index f9539f2..22ef825 100644 --- a/documentation/hard-mode.md +++ b/documentation/hard-mode.md @@ -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": { @@ -95,4 +95,4 @@ In order to receive these events, you need to [subscribe](https://discordapp.com "evt": "GAME_SPECTATE", "cmd": "SUBSCRIBE" } -``` \ No newline at end of file +```