Jolly KangarooOriginal postMar 19, 2020HelloI 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?
Deft PenguinMar 20, 2020There's nothing built-in for decrementing a $(count) but you can overwrite its value with:!editcom !acounter -c=NEW_COUNTwhere NEW_COUNT is any positive integer value.