I can't increase the count number

So i created a command and A count variable.
Why isn’t the number changing?(I need an answer asap before 5:30 pm ist)

Hey @Arya_Kavin!

Would have been nice if you added the command to the post, we can’t guess what you’re trying to do.

The $(count) variable increases every time the command is called.
So let’s say you have the following command:

!addcom !count $(count)

This is what it’ll look like in chat:

User: !count
Nightbot: 1
User: !count
Nightbot: 2
User: !count
Nightbot: 3

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