diff --git a/boticordpy/types.py b/boticordpy/types.py index 4852bcf..11a374c 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""" diff --git a/setuo.cfg b/setup.cfg similarity index 100% rename from setuo.cfg rename to setup.cfg