txlyre 4 ماه پیش
والد
کامیت
b0bfe066e6
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      commands.py

+ 2 - 0
commands.py

@@ -638,6 +638,8 @@ async def sylvy_handler(bot, event, command):
 
             svg2png(bytestring=plot, write_to=buffer)
 
+            buffer.seek(0)
+
             plots.append(buffer)
 
         await bot.send_file(event.peer_id, file=plots, reply_to=event, force_document=False)