Evelina
HomeStatusCommandsFAQInviteSupport Server
  • Overview
    • Introduction
    • Donator Perks
  • Security Setup
    • Antinuke
      • Role creation
      • Role deletion
      • Role editing
      • Role giving
      • Role locking
      • Channel creation
      • Channel deletion
      • Kick
      • Ban
      • Bot adding
    • Join Gate
    • Moderation
    • Auto Moderation
      • Invite
      • Words
      • Spamming
      • Repeat
    • Fake Permissions
  • Server Configuration
    • Roles
      • Vanity Roles
      • Booster Roles
      • Reaction Roles
      • Button Roles
    • Messages
      • System Messages
      • Auto Responders
      • Auto Messages
      • Button Messages
    • Logging
    • Starboard
    • VoiceMaster
    • Level Rewards
    • Bump Reminder
    • Reaction Triggers
    • Command Aliases
  • Miscellaneous
    • Music
    • Tickets
    • Counters
    • Webhook
    • Giveaway
    • Invite Tracker
  • Economy
    • General
  • Business
  • Laboratory
  • Company
  • Cards
  • Games
  • Integrations
    • Last.fm
  • Social Notifications
  • Resources
    • Syntax
    • Scripting
      • Embeds
      • Variables
      • Pagination
    • Permissions
    • Punishments
  • Common Issues
    • iOS Dash
    • Server Removal
Powered by GitBook
On this page
  • Creating a Counter
  • Break it Down
  • Remove a Counter
  • Accepted Counter Types
  • Accepted Channel Types
  1. Miscellaneous

Counters

Count different statistics in your server.

PreviousTicketsNextWebhook

Last updated 7 days ago

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

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

members
All members from the server (including bots)

humans

All members from the server (excluding bots)

bots

All bots from the server

boosters

All server boosters

voice

All members in a voice channel

role

All members in a certain role

boosts

All boosts from the server

Accepted Channel Types

Type
Description

Voice

Voice channel

Stage

Stage channel (community servers only)

Text

Text channel

Category

Channel category

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

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

Accepted Counter Types
Accepted Channel Types