diff --git a/bot/handlers/image_info/image_info.py b/bot/handlers/image_info/image_info.py index c4f71a3..e487c28 100644 --- a/bot/handlers/image_info/image_info.py +++ b/bot/handlers/image_info/image_info.py @@ -19,6 +19,7 @@ async def imginfo(message: types.Message): return await message.reply(str(original_r)) + # TODO: Pretty print this except IndexError: await message.reply('❌ Reply with this command on PICTURE', parse_mode='html')