lesesalen / lesebot

Our reading hall needed some robotic love, this was the result
MIT License
6 stars 8 forks source link

The rest of the slash command conversions #59

Closed andesyv closed 2 years ago

andesyv commented 2 years ago

This one builds on previous work done in #57, so do that one first.

Because Discord interactions allows for it, whenever the user gets a reply that doesn't need to be shown to everyone (like wrong usage of a command or an error), the bot will only show the respond to the user.

Currently all commands are available to everyone. You can mark commands as not accessible to everyone, but we will have to then find a way to manually add them to admins ourselves. (Like with a hidden flag that manually PUT's them to the roles in registerCommand)

This closes #54.