raythurman2386 / cognibot

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

Roll Dice d is case sensitive #33

Closed raythurman2386 closed 3 weeks ago

raythurman2386 commented 4 weeks ago

If you try the roll Dice slash command with a capital D and a number it will return the wrong format error.

Suggested Fix

.lower() on the users dice option to negate upper or lower case inputs.