mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-11 19:07:29 +03:00
commit
429d2b7b40
2 changed files with 3 additions and 0 deletions
|
@ -247,6 +247,9 @@ class BotLibrary(IntEnum):
|
||||||
OTHER = 12
|
OTHER = 12
|
||||||
"""Other"""
|
"""Other"""
|
||||||
|
|
||||||
|
NONE = 0
|
||||||
|
"""Bot's library doesn't specified"""
|
||||||
|
|
||||||
|
|
||||||
class ResourceStatus(IntEnum):
|
class ResourceStatus(IntEnum):
|
||||||
"""Status of the project on monitoring"""
|
"""Status of the project on monitoring"""
|
||||||
|
|
Loading…
Reference in a new issue