mirror of https://gitlab.com/litecord/litecord.git
Merge branch 'new-status-types' into 'master'
enums: add new entries to StatusType See merge request litecord/litecord!89
This commit is contained in:
commit
5e50ca4356
|
|
@ -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