Creating a Hidden Counter

Hi there everyone!

I did a quick search through the forum but couldn’t seem to find anything on this topic.
I’m looking to make a command that will keep track of how many times if was used without informing the chat. Basically I want to create a $(count) command without the count actually appearing in the chat message and only being something I can check in the back end!

Hey @Glint!

You can do this by using $(eval) and $(count):

!addcom !commandName $(eval $(count); `YOUR_COMMAND_RESPONSE`)

You’ll then find the counter value in the dashboard when you edit the command.

1 Like

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