Skip to content

Commit 1f318c8

Browse files
author
Aleksey Demchenkov
authored
Fixed event's field type (#728)
`voiceUpdate`'s `event` field must be an object, but it wasn't.
1 parent a4c237f commit 1f318c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IMPLEMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Provide an intercepted voice server update. This causes the server to connect to
6464
"op": "voiceUpdate",
6565
"guildId": "...",
6666
"sessionId": "...",
67-
"event": "..."
67+
"event": {...}
6868
}
6969
```
7070

0 commit comments

Comments
 (0)