I’m having trouble getting Nightbots count command to work, I wanted to have it so my chat types in the command that will keep track of the amount of times I’ve made mistakes in my games (for fun) , could I get some help?
1 Like
Follow this format:
!addcom -cd=5 !mistake $(channel) has messed up $(count) times so far.
The $(count) variable is what controls the counter value. It increases by 1 every time someone uses the command. Of course, feel free to change the command name (!mistake) to whatever you want as well as the command response as long as you keep the $(count) variable in there.
1 Like
Thank you so much! It works finally, I was hoping to get that up and working before my first stream
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.