None BotLibrary

This commit is contained in:
MadCat9958 2023-06-06 21:09:29 +03:00
parent 241158b87a
commit 3244e70ebc

View file

@ -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"""