From d4353d4bf1121f3bd681a0ca05f5f7f211e6598e Mon Sep 17 00:00:00 2001 From: BarRaider <46548278+BarRaider@users.noreply.github.com> Date: Sun, 12 Dec 2021 23:42:13 +0200 Subject: [PATCH] docs: fixed wrong opcode in docs --- docs/docs/partials/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/partials/introduction.md b/docs/docs/partials/introduction.md index 2c8cd9ed..bf91a91c 100644 --- a/docs/docs/partials/introduction.md +++ b/docs/docs/partials/introduction.md @@ -243,7 +243,7 @@ Authentication is not required **Example Message:** ```json { - "op": 2, + "op": 5, "d": { "eventType": "StudioModeStateChanged", "eventIntent": 1,