Hey, I want to add a command like the following which includes two different counters.
!hug $(user) $(eval a=["hugged $(touser)", "got rejected by $(touser)"];a[Math.floor(Math.random() * a.length)])
So far so good, but how do I add the counters for each possibility now? If I just use $(count) I have the same counter for both opportunities.
Hope somebody can help me with that :)