ConnorFTW / discord-bot-creator

Create your Discord bot in less than 30 minutes.
https://discord-bot-creator.app/
Other
20 stars 6 forks source link

Helpful Error Messages #30

Open m5x5 opened 3 years ago

m5x5 commented 3 years ago

Describe the problem If someone is creating his discord bot, there are many things that can go wrong. The default behavior of the discord bot creator is just to silently continue and not tell the user about what exactly went wrong and how to fix it.

To Reproduce Steps to reproduce the behavior:

  1. Create a test command
  2. Let it send a message to a non-existent channel
  3. See helpful error
  4. Create "Find emoji" action
  5. Make it search for an invalid emoji
  6. Notice that there is no error

Expected behavior We need to have an error just like for the "Send Message" action that lets the user know what exactly they need to do to fix the issue.

Screenshots image image

Additional context You can find the actions that need to be modified in resources/bot/actions. Here is the function that you have to call to display a new error message:

this.displayError(data, cache, `Could not find channel: ${find}`);

Feel free to take a look at resources/bot/actions/find_channel.js for reference.

sleeplesskyru commented 3 years ago

On it boss!

sleeplesskyru commented 3 years ago

Heyo, just letting you guys know I am still alive and working on this! Just been a little busy lately so production is a little slow. But this will be done soon enough :D

tomaszajac-vs commented 1 year ago

Hi, can I take a look at the issue?