Create a custom command in the current channel.
Aliases -addcommand
Usage -addcmd <command_name> <response>
Examples -addcmd discord Join us at discord.gg/example
Moderator or broadcaster
Replace the response for an existing custom command.
Aliases -editcommand
Usage -editcmd <command_name> <updated_response>
Moderator or broadcaster
Delete a custom command from the current channel.
Aliases -delcommand-rmcmd-removecmd
Usage -delcmd <command_name>
Moderator or broadcaster
List the custom commands configured for the current channel.
Aliases -commandlist
Usage -commands
-cmds resolves to the help command after router finalization.
Create a counter with an optional description and initial value.
Aliases -addcounter-createcnt
Usage -addcnt <name> [description] [initial_value]
Examples -addcnt deaths Stream deaths 0
Moderator or broadcaster
Successful counter mutations intentionally do not send a chat confirmation.
Set a counter value, or update its description and value together.
Aliases -editcounter-setcnt
Usage -editcnt <name> <value> · -editcnt <name> <description> <value>
Moderator or broadcaster
Successful counter mutations intentionally do not send a chat confirmation.
Delete a counter from the current channel.
Aliases -delcounter-rmcnt-removecnt
Usage -delcnt <name>
Moderator or broadcaster
Successful counter mutations intentionally do not send a chat confirmation.
Validate a named counter lookup; the registered route is silent by design.
Aliases -cnt
Usage -counter <name>
Examples -deaths+-deaths--deaths 42
Moderator or broadcaster for implicit adjustments and numeric sets
Implicit -name+, -name-, and -name <value> operations update counters without chat output.
Load the channel counter list; this registered route is silent by design.
Aliases -cntlist-counterlist
Usage -counters