Multiple increment counter

I’m trying to do a donation counter for twitch Nightbot. I was hoping to do something like counter but you can increment by a inputted amount. For example:
Moderator: !donoAdd [number]
Nightbot: (previous donations + [number]) has been donated!
Then, if you wanted to check the current number of donations you could do
User: !dono
Nightbot: (previous donations) has been donated!

@fyfles

The solution posted in this thread seems suitable for what you need.

1 Like

Thank you for the response!

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