BotWiz Guides
  • BotWiz Guides
  • BotWiz Guides
    • Slash Commands
      • Warn Command
      • Ticket System
    • Migrate
      • Import
      • Export
    • Co-Create
      • Managing Co-Creators
      • Accepting an Invite
    • Apm Guides
      • Apm Ticket System
        • Ticket Limits
      • Massing Bot
    • Auto Responder
    • Server Statistics
      • Member Count
    • Using API's
      • What is an API?
      • Discord API
  • Discord Guides
    • Server Roles
      • Server Roles: PC Guide
      • Server Roles: Mobile Guide
    • Categories & Channels
      • Channels: PC Guide
      • Channels: Mobile Guide
    • Server Ownership
      • Server Ownership: PC Guide
      • Server Ownership: Mobile Guide
    • Delete Server
      • Server Deletion: PC Guide
      • Server Deletion: Mobile Guide
Powered by GitBook
On this page

Was this helpful?

  1. BotWiz Guides
  2. Server Statistics

Member Count

The subpage to teach you how to set up display how many members your guild has!

PreviousServer StatisticsNextUsing API's

Last updated 9 months ago

Was this helpful?

Setting up the Voice Channel

In your server, create a voice channel, name this as you wish and change the channel permission so no one can join the voice channel.

Anyone with the ADMINISTRATOR permission can join / view any channel within your server.

Initialising the Event

Create a Discord Event with the name 'When a member joins a guild', you can nickname this event anything you wish. For this guide we will nickname it 'Join - Member count'

Editing the Voice Channel

Connect a 'Edit channel' block to your event tree and follow the structure below:

Channel Type

Channel ID / Variable

Channel ID

This is the channel ID of your voice channel.

Channel Name

Member count: {interaction[guild.memberCount]}

Category (Optional)

The category you would like to put the voice channel under.

Channel Topic (Optional)

The topic for your channel - For this guide we wont have a channel topic.

All of the fields show in the image above are optional, and we wont need them for this guide.

Save your event and your statistics channel will now update when a user joins!

Initialising the Event

Create a Discord Event with the name 'When a member leaves a guild or is kicked', you can nickname this event anything you wish. For this guide we will nickname it 'Leave - Member update'

Editing the Voice Channel

Connect a 'Edit channel' block to your event tree and follow the structure below:

Channel Type

Channel ID / Variable

Channel ID

This is the channel ID of your voice channel.

Channel Name

Member count: {interaction[guild.memberCount]}

Category (Optional)

The category you would like to put the voice channel under.

Channel Topic (Optional)

The topic for your channel - For this guide we wont have a channel topic.

All of the fields show in the image above are optional, and we wont need them for this guide.

Once you have added either or both events to your bot you can can see the voice channel will update when a member joins & leaves your server!

That is the event officially setup, if you have any other questions related to botwiz or about this guide feel free to visit our !

Support Server
Image shows the Discord Event filled in correctly.
Image shows what the event will look like.
Video shows what happens when a user joins the guild.