Uh oh!
There was an error while loading. Please reload this page.
Fix incorrect alias-management info in !command docs - #87
Conversation
c4ldas
commented
Jul 13, 2026
That's great!
Also, you can also add that it closes #83 |
ClosesStreamElements#83 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
rabeles11
commented
Jul 14, 2026
Updated |
…wrong-info-command-aliases # Conflicts: # src/content/docs/chatbot/commands/default/command.mdx
rabeles11
commented
Jul 23, 2026
Any update? on that PR? @c4ldas |
c4ldas
commented
Jul 23, 2026
styler
commented
Jul 28, 2026
Thanks for catching this, that note has been wrong for a while. LGTM |
Uh oh!
There was an error while loading. Please reload this page.
Summary
!command alias add !<command_name> !<alias_name>, not just viewed. The previous docs incorrectly statedalias management was Dashboard-only.
!command alias addand!command alias remove.!command alias !<command_name>) only works with the original command name, not one of its aliases.Why
Docs previously said aliases could only be created/managed via the StreamElements Dashboard. That's incorrect — aliases can be managed directly through the
!command aliaschatcommand.
Closes#83