Counters can be a fun way to store interesting data for your viewers. You can create a win counter, kill counter, or anything else you can think of. How to add counter command With BotRix creating a command with counter is very easy, it will only take you a few seconds, just follow these steps: The first thing you should do is go to the custom commands section in BotRix ( https://botrix.live/panel/bot ). Then press the Add button Simply create a command with the text you want and where you want the number to appear, write the variable $(count). You are all set, now go to your chat and test the command. How increase your counter command To increment your counter simply you or one of your moderators must type after the command the argument +<number> e.g. +1 Advanced counter editing For cases where you want to set a final value to a counter there is the !editcounter command The syntax of this command is !editcounter <counter> [number] Here is an example of use: We hope you