Is there a way to subtract a counter?

Hello

I made something like

!commands add !acounter /me One more. Count is $(count)

But I would also like to be able subtract that count sometimes (a mistake or something). Is it possible to make one that substracts one?

There’s nothing built-in for decrementing a $(count) but you can overwrite its value with:

!editcom !acounter -c=NEW_COUNT

where NEW_COUNT is any positive integer value.

Is there a way to get the current counter without editing it?

Sorry, there exists no way to only show the count value.

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