EinfachRuwen / ZeroBot

*Archived*
https://zero.byzero.dev
GNU General Public License v3.0
5 stars 2 forks source link

Support Slash Commands #20

Closed joseywoermann closed 3 years ago

joseywoermann commented 3 years ago

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. image

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.

EinfachRuwen commented 3 years ago

Hello! I will definitely check it out in the next few days. Thanks for your idea!

EinfachRuwen commented 3 years ago

Hey, i implemented it. There's just one question left:

How did you make those error messages?

EinfachRuwen commented 3 years ago

@joseywoermann

joseywoermann commented 3 years ago

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.

EinfachRuwen commented 3 years ago

Okay :D