Added todo here

This commit is contained in:
BarsTiger
2023-02-20 23:31:33 +02:00
parent 921bbc1809
commit 846e65e2ce

View File

@@ -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')