I am currently trying to add a command that counts a user every time they are tapped. I tried using " !tap $(eval a={“User1”:"$(count)",“User2”:"$(count)",“User3”:"$(count)"};a[decodeURIComponent($(touser)
)]||Who?
)" But with this, it would count for all users at the same time, messing up the counter. It also forces me to add each person manually, which I don’t mind, but would prefer if it would be so that anyone could tap anyone. I hope this makes sense, and is possible.
A: !tap B
Nightbot: A tapped B for a total of 2 times
B: !tap A
Nightbot: B tapped A for a total of 5 times