What's wrong with this entry?
Anonymous. No account, no email.
What: New disableSlashCommands parameter for the main component that prevents slash command processing.
How to use: Pass disableSlashCommands: true to the main component to disable all slash command handling.
Details:
- Added
disableSlashCommandsparameter at line 19137 with default valuefalse - When enabled, the commands list is replaced with an empty array
- Evidence: Parameter defined at line 19137, conditional at line 19191