mirror of
https://github.com/Nick80835/microbot
synced 2025-09-05 08:55:51 +00:00
forgot to specify the number in deepfry size limit is the size_limit
This commit is contained in:
@@ -43,7 +43,7 @@ async def deepfryer(event):
|
||||
except ValueError:
|
||||
frycount = 1
|
||||
|
||||
data = await event.get_image(1024 * 3072)
|
||||
data = await event.get_image(size_limit=1024 * 3072)
|
||||
|
||||
if not data:
|
||||
await event.reply("Reply to an image or sticker or caption an image to deep fry it!")
|
||||
|
Reference in New Issue
Block a user