Kardbord / Kard-bot

A Discord bot destined for greatness
GNU Affero General Public License v3.0
1 stars 0 forks source link

Ephemeral Responses #37

Closed Kardbord closed 2 years ago

Kardbord commented 2 years ago

This PR adds ephemeral responses per #35. Prior to this PR, if a command failed it would do so silently with no feedback to the user. The goal of these changes is to provide useful feedback that only the issuing user can see when a command fails, as well as give the user the option to submit an error report to the bot owner.

Closes #35.

Kardbord commented 2 years ago

This PR is still a work in progress. As noted in #35, I need to give the user the option to submit an error report, rather than doing it automatically as it is right now. I plan on adding two button components to facilitate this - one to submit an error report, and one to do so anonymously.