416rehman / splite

SPLITE - Discord Bot with Slash Command Handler and Endpoint Handler, supporting AI, Music, Moderation, and more!
GNU General Public License v3.0
104 stars 28 forks source link

fix(utils): better error handling #20

Closed shawnyu5 closed 2 years ago

shawnyu5 commented 2 years ago

generateImgFlipImage() in utils has better error handling. If user name and password is not provided, or are incorrect. Instead of crashing the bot, it rejects with the error message send back from the API.

shawnyu5 commented 2 years ago

Will wait for #21 to be merged to streamline some stuff and make change history more clean