txlyre 1 жил өмнө
parent
commit
78340bd3b6
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      commands.py

+ 1 - 1
commands.py

@@ -424,7 +424,7 @@ async def sylvy_handler(bot, event, command):
         data = await resp.json()
 
         if data['status'] != 'ok':
-          await event.reply(f'Ошибка API Sylvy: {data['data']['message']}')
+          await event.reply(f'Ошибка API Sylvy: {data["data"]["message"]}')
 
           return