Closed joseywoermann closed 3 years ago
Hello! I will definitely check it out in the next few days. Thanks for your idea!
Hey, i implemented it. There's just one question left:
How did you make those error messages?
@joseywoermann
Hey, i implemented it. There's just one question left:
How did you make those error messages?
You should try and implement this yourself to actually learn something without just copy-pasting. I also recommend reading the docs.
Okay :D
Is your feature request related to a problem? Please describe. Currently, you almost always have to look at the help-menu or remember the syntax. If you get the syntax even slightly wrong, nothing works and you don't get an error message which explains what happened.
Describe the solution you'd like Add Slash Commands. These make it obvious how to use the command (like seen below), and prevent errors, because they can't be send if you get the syntax wrong.
Describe alternatives you've considered Add proper Error-Messages, but these don't make the syntax clear.
Additional context Slash Commands are currently not natively supported by the discord.py-library, but you use them easily with this library.