Counters

Count different statistics in your server.

Counters are a way to keep track of different statistics in your server. You can track things humans only, bots, and more.

Creating a Counter

To create a counter, run the following command:

// Syntax
counter add [counter_type] [channel_type] [name]

// Example
;counter add humans category {target} humans

Output:

Break it Down

Firstly, you need to replace [counter_type] with an accepted counter type. You can find a list of those here: Accepted Counter Types

Next, you need to replace [channel_type] with an accepted channel type. You can find a list of those here: Accepted Channel Types

Lastly, you need to specify a name. The name can be anything. {target} indicates the number from the counter you set. In our example, we said humans. evelina would create a category named "587 humans". If I were to name it ppl: {target} instead, evelina would create a category named "ppl: 587".

Remove a Counter

To remove a counter, run the following command:

// Syntax
counter remove [counter_type]

// Example
;counter remove humans

This would remove the "humans" counter from the server. evelina will send an embed confirming the removal of the counter.

Accepted Counter Types

Accepted Channel Types

Last updated