Modules implementation vs Builder usage for slash commands #2498
Unanswered
LastImmort
asked this question in
Q&A
Replies: 1 comment
-
The module implementation greatly reduces the amount of boilerplate a developer needs to implement to create, receive, resolve and handle any commands. In general, the modular implementation has far more advantages. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What kind of implementation is better and more flexible for slash commands, with module or with builder?
It kind of confusing cause guide for slash commands point to builder implementation and handler. In the same time it could be done with modules and attributes in '.net core controller' style, but looks like not all feature are available there.
Beta Was this translation helpful? Give feedback.
All reactions