mak448a / AI-Drawing-Chatbot

An image generator Discord bot written in Python with no GPU requirement! It can be easily deployed to your favorite VPS for hosting.
MIT License
28 stars 5 forks source link

Make imaginepy generate 4 images #26

Closed mak448a closed 1 year ago

mak448a commented 1 year ago

All of the commands generate 4 images, so do this to be more consistent with the other commands.

mishl-dev commented 1 year ago

Yoink

mak448a commented 1 year ago

Probably should do this next

mishl-dev commented 1 year ago

Probably should do this next

How to embed 4 images ?

mak448a commented 1 year ago

How to embed 4 images ?

When you send it, just use ctx.send(files=[discord.File(filename), discord.File(filename), discord.File(filename)])

mishl-dev commented 1 year ago

yoink