Counter Command

Asked Aug 9, 2020·1 reply·Last activity 6 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

I have a command that counts my !burps on stream, but If I wanted my chat to use the command !burpscounter to just show how many burps have happened on stream, how do I do that?

Thanks.

1 reply

Depends exactly what you want to do the simple version is just have a mod or yourself type a command like !addburp or something to increment the counter up by one if you want that try this:

!addcom !addburp -a=!editcom !COMMAND_NAME @$(channel) has burped $(count) times.
!addcom !COMMAND_NAME @$(channel) has burped 0 times.

Note: COMMAND_NAME is the name of the command that your viewers will call on and should be changed.

If your looking to have a reset function on the counter then look here for help: (link expired)