Member Count

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

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.

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'

Image shows the Discord Event filled in correctly.

Editing the Voice Channel

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

Image shows what the event will look like.

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.

Video shows what happens when a user joins the guild.

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!

Last updated

Was this helpful?