Savant-Dev / v.0.0.1

An all-in-one Discord bot written in Python 3.8.2
0 stars 1 forks source link

Expand Error Handler #24

Open Savant-Dev opened 4 years ago

Savant-Dev commented 4 years ago

This should ideally handle all permission errors, notifying the user of the following:

These responses should be short and to the point, so I don't believe there is a need for embeds.

Assessment for commands.CheckFailure should occur last, as most errors we will be checking for are inherited from this.