mirror of https://gitlab.com/litecord/litecord.git
update OP class
This commit is contained in:
parent
9d557e2817
commit
b4b54379e1
|
|
@ -47,5 +47,15 @@ class OP:
|
||||||
# request for lazy guilds
|
# request for lazy guilds
|
||||||
LAZY_REQUEST = 14
|
LAZY_REQUEST = 14
|
||||||
|
|
||||||
UNKNOWN_1 = 23
|
# unimplemented
|
||||||
UNKNOWN_2 = 24
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue