I can't increase the count number

Asked May 6, 2020·1 reply·Last activity 6 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

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)

1 reply

Hey @Violet Ram!

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