From b99954a59777dd806ab88cb09e5cd97dbd658caf Mon Sep 17 00:00:00 2001 From: MadCat9958 Date: Sun, 4 Jun 2023 12:33:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- boticordpy/types.py | 71 ++++----------------------------------------- 1 file changed, 5 insertions(+), 66 deletions(-) diff --git a/boticordpy/types.py b/boticordpy/types.py index bcbdc5d..57d286d 100644 --- a/boticordpy/types.py +++ b/boticordpy/types.py @@ -249,80 +249,19 @@ class BotLibrary(IntEnum): class ResourceStatus(IntEnum): - """Status of the project on monitoring""" + """Bot status on monitoring""" HIDDEN = 0 - """is hidden""" + """Bot is hidden""" PUBLIC = 1 - """is public""" + """Bot is public""" BANNED = 2 - """is banned""" + """Bot is banned""" PENDING = 3 - """is pending""" - - -class ServerTag(IntEnum): - """Tags of the server""" - - SPEAKING = 130 - """Speaking""" - - FUN = 131 - """Fun""" - - GAMES = 132 - """Games""" - - CINEMA = 133 - """Cinema""" - - ANIME = 134 - """Anime""" - - ART = 135 - """Art""" - - CODING = 136 - """Coding""" - - MUSIC = 137 - """Music""" - - ADULT = 138 - """18+""" - - ROLEPLAY = 139 - """Role-Play""" - - HUMOUR = 140 - """Humour""" - - GENSHIN = 160 - """Genshin""" - - MINECRAFT = 161 - """Minecraft""" - - GTA = 162 - """GTA""" - - CS = 163 - """CS""" - - DOTA = 164 - """Dota""" - - AMONG_US = 165 - """Among Us""" - - FORTNITE = 166 - """Fortnite""" - - BRAWL_STARS = 167 - """Brawl Stars""" + """Bor is pending""" class ServerTag(IntEnum):