ono sluchaino

This commit is contained in:
MadCat9958 2023-06-04 12:42:50 +03:00
parent ea4f7e33e8
commit cf69cc2cfc

View file

@ -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):