!deaths and !adddeath?

So I’m trying to make a deaths command, but not so that !deaths increases the count of deaths. What I’m trying to do is make a separate command to increase the death count of !deaths, and the !deaths command to just say that count without increasing the death count. Is there a way to make it so that !deaths doesn’t increase the count of !deaths ?

Death command for your viewers (which will not increase the count):
!commands add !deaths Deaths: 0

This command adds 1 to the counter and is in this example for moderators only:
!commands add !deathsadd edit !deaths Deaths: $(count) -a=!commands -ul=moderator

1 Like

Thank you. That worked very much so.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.