Basic Command Help

since i’m a noob can i get an example of the command !cute “You guys are cute (with the emote anniCUTE) '” please . ty even if you can’t :slight_smile:

@drymou

Basic syntax for creating a custom command in chat:

!addcom !commandName Put some response here...

By default !addcom will make the cooldown 30 seconds so I usually specify the minimum possible cooldown of 5 seconds in the cooldown parameter:

!addcom -cd=5 !commandName Put some response here...

This is the setup for a command called !cute:

!addcom -cd=5 !cute You guys are cute anniCUTE

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.