So I am trying to set up 2 commands. One that will count everytime its is prompted and one that displays the count.
Example : !d would update the Death counter and !Deaths would show the number of deaths
I've found a command for this " "!commands add !d -ul=moderator -a=!commands add !Deaths The total deaths until now is $(count)"
and then " !commands edit !d -ul=moderator -a=!commands edit !Deaths The total deaths until now is $(count)"
after that gave VIP's perms for !d
The problem I encounter with this is that...when a VIP types !d it doesnt display the added one and shows 0 in !Deaths but when a mod does !d afterwards...it counts the previous ones and shows !Deaths to be 2
Is there anyway I can fix this?