diff --git a/bot.py b/bot.py index 83f7ed7..f5feaf0 100644 --- a/bot.py +++ b/bot.py @@ -1200,6 +1200,7 @@ async def wyszukaj(ctx, how_many=0, slowa_kluczowe=None): if not return_data.status_code == 200: await ctx.send("Wołaj szefa - coś się wyjebało") return + logger.info(return_data.json()["data"]) return return_data.json()["data"] async def remove_characters(string, character):