Custom command for !wins

Hi, I apologise if this has already been asked but after searching many posts I’m struggling to find what I need.

I want a command where my viewers can type !wins in chat and nightbot replies with the number of wins. I know I need a !addwins and !resetwins command also. I don’t want to copy and paste the command line into chat because I have no mods and I do this myself. If I can just type !addwins to add to the count and !resetwins to zero the count this would be ideal. Then my viewers or myself can just type !wins and see how many we have.

Once again I apologise but I’ve not been able to find anything that’s clear enough for my simple brain to comprehend lol

Thanks in advance

There are three command setups below. Copy and paste them into chat one by one to create the commands !wins, !addwins, and !resetwins:

!addcom -cd=5 !wins $(channel) has 0 wins.

!addcom !addwins -a=!editcom !wins $(channel) has $(count) wins.

!addcom !resetwins -a=!editcom !addwins \-c=-1

To increase the number of wins displayed in !wins by 1, type !addwins

To reset the number of wins to 0, type !resetwins then type !addwins

1 Like

Thank you so much for your help. That works perfectly.

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