diff --git a/src/content/docs/chatbot/commands/default/command.mdx b/src/content/docs/chatbot/commands/default/command.mdx index 91ea305..31662d6 100644 --- a/src/content/docs/chatbot/commands/default/command.mdx +++ b/src/content/docs/chatbot/commands/default/command.mdx @@ -92,23 +92,37 @@ Changes the response text of an existing custom command. ### alias -Shows the aliases associated with a specific command. - -:::note -Aliases themselves can only be created or managed through the StreamElements Dashboard, not via chat commands. -::: +Shows the aliases associated with a specific command, or adds/removes an alias. **Syntax:** ```streamelements !command alias ! +!command alias add ! ! +!command alias remove ! ! ``` -**Example:** +:::note +Listing aliases only works with the original command name, not with one of its aliases. +::: + +**Example (listing aliases):** +**Example (adding an alias):** + + +**Example (removing an alias):** + + ### show Displays the full response text and configuration details (level, cost, cooldowns) of a command. @@ -188,8 +202,8 @@ Each subcommand also accepts its own shorthand aliases: * **Can I make a command respond with a whisper instead of a public message?** Yes, use the `options` subcommand with the `-type` parameter: `!command options ! -type whisper`. Note that whisper functionality depends on the chat platform. -* **Why can't I add or edit command aliases using the `!command` system?** - Alias management (creating, deleting, editing aliases for commands) is currently only available through the Command page on your StreamElements Dashboard. +* **How do I add or remove a command alias via chat?** + Use the `alias` subcommand with `add` or `remove`: `!command alias add ! !` or `!command alias remove ! !`. * **I'm a moderator, but `!command add` isn't working. Why?** Double-check that the `!command` default command itself hasn't been disabled or had its permission level changed from the default (Moderator). You can check its settings in the `Default Commands` section of your StreamElements Dashboard.