/discord_member_count_bot

Discord Bot which displays the number of members in the channels list

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Discord Member Count Bot

Simple Discord bot which displays the members in a Discord server in the channels list.

Setup Video

Youtube Video Link

Setup and Run

Requires Python 3.6.8+.

Install necessary packages (locally):

python3 -m pip install -r requirements.txt

Copy .env.sample to .env

cp .env.sample .env

Open .env and insert the following fields:

 Field  Explanation
 DISCORD_TOKEN  Discord bot token

Copy data.json.sample to data.json

cp data.json.sample data.json 

Open data.json and insert the following fields for your server:

 Field  Explanation
 id  ID your of Discord server
 channel_id  ID of the channel which should display the member count
 suffix  Name displayed after the number of the member count

Start Bot:

python3 bot.py

Credits

K0nze Logo Created by Konstantin (Konze) Lübeck