Skip to main content

Default Commands

Kicklet ships with built-in chat commands. Enable, disable, and configure them from Default Commands in the dashboard.

Default commands are built into Kicklet, but their account-specific settings can still be changed. Open Commands, then Default Commands to manage them.

CommandWhat it doesExampleDefault permissions
!pointsShows the sender's points.!pointsEveryone
!points <name>Shows another viewer's points.!points EddieEveryone
!watchtimeShows the sender's tracked watchtime.!watchtimeEveryone
!watchtime <name>Shows another viewer's tracked watchtime.!watchtime EddieEveryone
!commandsLists available chat commands.!commandsEveryone
!topShows top viewers by watchtime.!topEveryone
!uptimeShows how long the stream has been live.!uptimeEveryone
!followersShows the channel follower count.!followersEveryone
!followageShows how long the sender has followed the channel.!followageEveryone
!sr <youtube-link or video-id>Adds a song request.!sr wJVM6jtMHvUEveryone
!sr skipSkips the current song.!sr skipModerator, broadcaster
!cmd add <command> <response>Adds a custom command.!cmd add dc Join discord.gg/xxModerator, broadcaster
!cmd edit <command> <response>Edits a custom command response.!cmd edit dc New Discord linkModerator, broadcaster
!cmd activate <command>Enables a custom command.!cmd activate dcModerator, broadcaster
!cmd deactivate <command>Disables a custom command.!cmd deactivate dcModerator, broadcaster
!cmdgroup activate <group>Enables a command group.!cmdgroup activate developmentModerator, broadcaster
!cmdgroup deactivate <group>Disables a command group.!cmdgroup deactivate developmentModerator, broadcaster
!so <name>Sends a shoutout for another user.!so EddieModerator, broadcaster
!points add <name> <points>Adds points to one viewer. Use a negative value to remove points. The balance cannot go below zero.!points add Eddie 100Broadcaster
!points addall <points>Adds points to active viewers.!points addall 100Broadcaster
!points set <name> <points>Sets one viewer's points.!points set Eddie 500Broadcaster
!editcounter <counter> <number>Sets a counter value.!editcounter kills 100Broadcaster
!timeoutall <message>Times out users who recently sent matching messages.!timeoutall spam textModerator, broadcaster
!banall <message>Bans users who recently sent matching messages.!banall spam textModerator, broadcaster

Edit default commands

Use the active switch to turn a default command on or off. Open a default command to edit its account-specific settings:

SettingDescription
AliasesAdditional triggers for the same default command.
PermissionsViewer roles that can use the command.
UsageWhether the command works always, only while live, or only while offline.
CooldownsGlobal and per-user cooldowns.
Point costPoints charged when the command runs.
ConfigCommand-specific text, labels, or options inserted into the built-in response.

For most changes, edit the default command instead of replacing it. This keeps the built-in behavior, argument handling, and helper calls while letting you change wording, access, cooldowns, aliases, and costs.

Replace default behavior

Create a custom command with the same trigger only when the behavior should be completely different. Custom commands are checked before default commands, so a custom command named points replaces the built-in !points behavior for that trigger.

If you replace a default command, Kicklet no longer applies that command's built-in response logic unless you recreate it in your custom command.