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
27 stars 5 forks source link

Condense commands #76

Open mak448a opened 3 months ago

mak448a commented 3 months ago

Currently, we have 3 different commands: imagine_horde, imagine_prodia, and imagine_poly. Too many commands! It should ideally be one.

mishalhossin commented 3 months ago

https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#hybridgroup

mishalhossin commented 3 months ago

I got bored

mak448a commented 3 months ago

Wow, thanks!