New commands please help

I want to make commands to start a counter, set the number in the counter and resetting the counter but I want to personalize them. how do I do that?

@azraelbloodgamer

This is a template for setting up those commands:

!addcom -cd=5 !count The counter is now $(count)

!addcom !editcount -a=!editcom !count \-c=$(query)

!addcom !resetcount -a=!editcom !count \-c=0

Each time you use !count increases the counter by 1.

To edit the counter value, type:

!editcount [new value]

To reset the counter value to 0, type:

!resetcount

You can customize the command messages as you see fit as long as you keep the command names consistent, e.g. if you rename !count to !deathcount then you need to change !count to !deathcount in the setup for !editcount as well.

1 Like

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