So, I'm pretty green at this, but I've been tasked with making a command that lets people know they can do something for a certain amounts. This is what I came up with:
If you donate $$(touser), $(touser)00 bits, or gift 1 sub, you can do the thing we're talking about!
Super easy, I can just put a number in and it will input for the number I want. Except, now what we're looking for is at 5 or less, its 1 sub, 6-10 is 2 subs, etc. The idea is that we don't necessarily want to count up every time we do it, but it will count up every time someone does the thing.
The easiest way I can think of is just having it eval input/5 and round up, but I don't think that's something Nightbot recognizes. What is the best way to handle this?