From cf69cc2cfc8608135b01628b1a35c157efda3537 Mon Sep 17 00:00:00 2001 From: MadCat9958 Date: Sun, 4 Jun 2023 12:42:50 +0300 Subject: [PATCH] ono sluchaino --- boticordpy/types.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/boticordpy/types.py b/boticordpy/types.py index 57d286d..48bf1b9 100644 --- a/boticordpy/types.py +++ b/boticordpy/types.py @@ -249,19 +249,19 @@ class BotLibrary(IntEnum): class ResourceStatus(IntEnum): - """Bot status on monitoring""" + """Status of the project on monitoring""" HIDDEN = 0 - """Bot is hidden""" + """is hidden""" PUBLIC = 1 - """Bot is public""" + """is public""" BANNED = 2 - """Bot is banned""" + """is banned""" PENDING = 3 - """Bor is pending""" + """is pending""" class ServerTag(IntEnum):