So I've been struggling with a resettable counter.
!crab that increments and displays counts:
Command:
!crab
Message
There have been $(count) crabs spotted to date
And one that resets it to 0
Command:
!resetcrabs
Message
!crab -c=0
Alias
!editcom
I've seen several implementations similar to this, but all had the same result: They would only work if the person had moderator on the actual twitch channel. Wouldn't even work for someone who had nightbot manager privilege, but not moderator on the channel.
!commands is definitely enabled on the channel, and both commands are set to UserLevel "Everyone", but while !crab will work for anyone, !resetcrabs only seems work for moderators. My guess is that it's the !editcom part.
I want anyone to be able to use !resetcrabs if they want, not just someone with moderator, is there any way I can change it to achieve this?