mirror of
https://github.com/Nick80835/microbot
synced 2025-08-22 18:19:16 +00:00
forgot to specify the number in deepfry size limit is the size_limit
This commit is contained in:
parent
695bd38bda
commit
edd3d01a30
@ -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!")
|
||||
|
Loading…
x
Reference in New Issue
Block a user