KeshBotics / keshbotics3

KeshBotics 3 Discord async bot and Twitch API/webhook integration.
GNU General Public License v3.0
3 stars 1 forks source link

Integrated Permission Error Handling #64

Closed Travis-Owens closed 3 years ago

Travis-Owens commented 3 years ago

Integrated permission related error handling in both the Discord Async Bot and the API.

This PR resolves #61

Discord Bot Permission Error Handling

If the bot is unable to send an embedded message the bot will attempt to send a plain text message. If the plain text message fails, the bot will then attempt to notify the guild owner and the user who issued the command via direct message (calling user).

Minor YouTube Fixes

discord_post.py Permission Error Check

discord_management.py Various Functions to Interact with Discord API