Discord bot built with Pycord that offers AI chat and image generation inside of Discord. Image generations are saved in cloudinary and hosted online for all to download.
GNU General Public License v3.0
2
stars
1
forks
source link
🐛 Correcting issue with roll dice needing to be case insensitive #42
If you try the roll Dice slash command with a capital D and a number it will return the wrong format error.
Fix
.lower() on the users dice option to negate upper or lower case inputs.