Incremental Slash Command Loading #3942
-
The ProblemSlash commands are great, but the amount of commands you can register (only 100) can cause bots that do many things to hold off on implementing them. The SolutionLoading Slash Commands Incrementally in the UX could theoretically allow for an infinite number of slash commands. This would make the jump be easier for multiple developers, and the user wouldn't be impacted in a meaningful way.
If anyone has any better ideas on how to implement this, then please comment. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You can register 100 top-level commands. But each can have up to 25 sub-commands. That's 2,500 commands. Or you can have 25 sub-command groups and 25 sub-commands per group. That 62,500 total commands. |
Beta Was this translation helpful? Give feedback.
-
In addition to the answer above, we do currently lazily load commands to display in our autocomplete box. |
Beta Was this translation helpful? Give feedback.
In addition to the answer above, we do currently lazily load commands to display in our autocomplete box.