From 3244e70ebc3726a55f46265f9158d55145445e4e Mon Sep 17 00:00:00 2001 From: MadCat9958 Date: Tue, 6 Jun 2023 21:09:29 +0300 Subject: [PATCH] None BotLibrary --- boticordpy/types.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boticordpy/types.py b/boticordpy/types.py index 918f088..a7cea51 100644 --- a/boticordpy/types.py +++ b/boticordpy/types.py @@ -247,6 +247,9 @@ class BotLibrary(IntEnum): OTHER = 12 """Other""" + NONE = 0 + """Bot's library doesn't specified""" + class ResourceStatus(IntEnum): """Status of the project on monitoring"""