serenity
HomeCommandsStatusEmbed BuilderFAQ
  • Introduction
  • Get started
    • Welcome & Leave
      • Setting up Welcome
      • Setting up Leave
      • Setting up JoinDM
    • Moderation Setup
    • Lastfm
  • Security Setup
    • Antinuke
      • antinuke rolecreate
      • antinuke roledelete
      • antinuke editrole
      • antinuke giverole
      • antinuke channelcreate
      • antinuke channeldelete
      • antinuke kick
      • antinuke ban
      • antinuke massmention
      • antinuke newaccounts
      • antinuke spammer
      • antinuke botadd
    • Automod
      • Filter Invites
      • Filter Words
      • Filter Joins
    • Fake Permissions
  • Server Setup
    • Roles
      • Reaction Roles
      • Booster Roles
      • Button Roles
    • VoiceMaster
    • Counters
    • Tickets
    • Starboard
  • Embeds
    • Content in Embeds
      • Parameters
      • Variables
    • Writing Embed Code
    • Using Webhooks
    • Pagination
  • Miscellaneous
    • Antinuke Punishments
    • Fake Permissions
    • Donator Perks
    • Website
    • Support Server
Powered by GitBook
On this page
  • Create a Counter
  • Breaking it Down
  • Remove a Counter
  • Accepted Counter Types
  • Accepted Channel Types
  1. Server Setup

Counters

Count different statistics in your server.

PreviousVoiceMasterNextTickets

Last updated 8 months ago

Replace [prefix] with your server's prefix.

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

Create a Counter

To create a counter, run the following command:

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

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

Output:

Breaking 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. serenity would create a category named "587 humans". If I were to name it ppl: {target} instead, serenity would create a category named "ppl: 587".

Remove a Counter

To remove a counter, run the following command:

// Syntax
[prefix]counter remove [counter_type]

// Example
;counter remove humans

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

Accepted Counter Types

members

All members (including bots)

humans

All members (excluding bots)

bots

Bot count

boosters

Booster count

voice

All members in a voice channel

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