From b4b54379e186c24572cc636bcd821fd56b0cf4ce Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 29 Aug 2021 19:25:23 -0300 Subject: [PATCH] update OP class --- litecord/gateway/opcodes.py | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/litecord/gateway/opcodes.py b/litecord/gateway/opcodes.py index f2415f8..626d109 100644 --- a/litecord/gateway/opcodes.py +++ b/litecord/gateway/opcodes.py @@ -47,5 +47,15 @@ class OP: # request for lazy guilds LAZY_REQUEST = 14 - UNKNOWN_1 = 23 - UNKNOWN_2 = 24 + # unimplemented + LOBBY_CONNECT = 15 + LOBBY_DISCONNECT = 16 + LOBBY_VOICE_STATES_UPDATE = 17 + STREAM_CREATE = 18 + STREAM_DELETE = 19 + STREAM_WATCH = 20 + STREAM_PING = 21 + STREAM_SET_PAUSED = 22 + + # related to Slash Commands + QUERY_APPLICATION_COMMANDS = 24