mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-11 19:07:29 +03:00
ono sluchaino
This commit is contained in:
parent
ea4f7e33e8
commit
cf69cc2cfc
1 changed files with 5 additions and 5 deletions
|
@ -249,19 +249,19 @@ class BotLibrary(IntEnum):
|
||||||
|
|
||||||
|
|
||||||
class ResourceStatus(IntEnum):
|
class ResourceStatus(IntEnum):
|
||||||
"""Bot status on monitoring"""
|
"""Status of the project on monitoring"""
|
||||||
|
|
||||||
HIDDEN = 0
|
HIDDEN = 0
|
||||||
"""Bot is hidden"""
|
"""is hidden"""
|
||||||
|
|
||||||
PUBLIC = 1
|
PUBLIC = 1
|
||||||
"""Bot is public"""
|
"""is public"""
|
||||||
|
|
||||||
BANNED = 2
|
BANNED = 2
|
||||||
"""Bot is banned"""
|
"""is banned"""
|
||||||
|
|
||||||
PENDING = 3
|
PENDING = 3
|
||||||
"""Bor is pending"""
|
"""is pending"""
|
||||||
|
|
||||||
|
|
||||||
class ServerTag(IntEnum):
|
class ServerTag(IntEnum):
|
||||||
|
|
Loading…
Reference in a new issue