txlyre 1 year ago
parent
commit
fb9ed6fd01
1 changed files with 4 additions and 0 deletions
  1. 4 0
      commands.py

+ 4 - 0
commands.py

@@ -446,6 +446,10 @@ async def run_handler(bot, event, command):
 
           await event.reply(f'Произошла ошибка при попытке обращения к API… :(\nОтвет API: {info["detail"]}')
 
+          return
+        elif resp.status == 502:
+          await event.reply('Сервер API временно недоступен. Пожалуйста, попробуйте ещё раз чуть позже.')
+
           return
 
         text = await resp.read()