@@ -1147,7 +1147,7 @@ async def wand_handler(bot, event, command):
ext = mime_table.get(mime_type)
if ext:
image = BytesIO(image)
- image.name = f"photo{ext}"
+ image.name = f"output{ext}"
await bot.send_file(
event.peer_id,