mirror of https://gitlab.com/litecord/litecord.git
enums: add new entries to StatusType
This commit is contained in:
parent
5f97103e1c
commit
93c0df5b43
|
|
@ -189,6 +189,8 @@ class StatusType(EasyEnum):
|
|||
IDLE = "idle"
|
||||
INVISIBLE = "invisible"
|
||||
OFFLINE = "offline"
|
||||
STREAMING = "streaming"
|
||||
UNKNOWN = "unknown"
|
||||
|
||||
|
||||
class ExplicitFilter(EasyEnum):
|
||||
|
|
|
|||
Loading…
Reference in New Issue