Optional Interaction Endpoint URL override configured at the slash command level #4174
Unanswered
bennebbenneb
asked this question in
API Feature Requests & Ideas
Replies: 2 comments 1 reply
-
I think this is something you can do today with any gateway service you like. Adding this here would bloat the payload and potentially impact future features. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I have a partial solution to fix the coupling between group/subgroups and slash commands. The one drawback is that each slash command name needs to be unique. So you can't have a command structure like this since both use kick.
|
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
-
In addition to using a different endpoint for the command, the options should be at the level of the command. so no needing to traverse through the nested options and no need to update the codebase when refactoring a group name.
Beta Was this translation helpful? Give feedback.
All reactions