Is there a way to type a letter like "F" in chat and automatically increase the death counter? like this" I pressed F in the chat, and it increased the death counter by 1" if you have what command to use?
Command nightbot death count
1 reply
Hey @Velvet Jellyfish!
I assume you already have a death counter, but just in case here's a set of commands:
/t/having-trouble-setting-up-death-counter/1534601379858088127#m1534601381837…
You can simply use an alias:
!addcom F -cd=30 -ul=mod -a=COMMAND_NAME_OF_THE_COMMAND_THAT_ADDS_A_DEATH
Just gotta replace the COMMAND_NAME_OF_THE_COMMAND_THAT_ADDS_A_DEATH field.
So if you have a death counter set of commands like the one I linked above, your command will look like this:
!addcom F -cd=30 -ul=mod -a=!deathadd
