txlyre 6 dní pred
rodič
commit
48d0de479d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      commands.py

+ 1 - 1
commands.py

@@ -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,