8000 GitHub - AdityaLF/Discord-Stats-Bot: Displays real-time member stats using slash commands.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AdityaLF/Discord-Stats-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Discord Stats Bot

A simple yet functional Discord bot built with Python using the discord.py library. It provides live server member statistics and a clean interface via slash commands.


✨ Features

  • 📊 Member Statistics — Real-time display of total, online, bot, and human members.
  • 🌐 Slash Commands — Easy-to-use Discord native commands.

🚀 Setup & Installation

Follow the steps below to run this bot on your own server.

1. Prerequisites

2. Create Bot & Get Required Info

Create a Discord Bot Application

  1. Go to the Discord Developer Portal
  2. Click "New Application", give it a name
  3. Navigate to the "Bot" tab, click "Add Bot", then confirm

Obtain Bot Token

  1. Still under the "Bot" tab, click "Reset Token" to get your bot token
  2. Store it securely — Never share it publicly

Enable Privileged Intents

  • Under the "Bot" tab, scroll to "Privileged Gateway Intents"

  • Enable both:

    • PRESENCE INTENT
    • SERVER MEMBERS INTENT

3. Clone the Repository

Open your terminal or command prompt:

git clone https://github.com/AdityaLF/discord-stats-bot.git
cd discord-stats-bot

4. Install Dependencies

pip install discord.py

5. Set Bot Token

Replace YOUR_BOT_TOKEN_HERE with your actual bot token

YOUR_BOT_TOKEN = 'YOUR_BOT_TOKEN_HERE'

6. Run the Bot

After saving your configuration and installing the dependencies, you can start the bot with:

python bot.py

👤 Author


📄 License

This project is licensed under the MIT License.

About

Displays real-time member stats using slash commands.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0