/Discord-Server-Stats-Bot

Discord bot to track your server stats with member count

Primary LanguagePythonGNU General Public License v3.0GPL-3.0



Logo

Discord Server Stats Bot

Discord bot to track your server stats with member count.

Report Bug · Request Feature


Installation

pip install -r requirements.txt

config.json

{
    "token":"bot.token",
    "guild_id":"guild.id",
    "channel_id":"channel.name",
    "channel_name": "Members :",
    "delay": "30",
    "emojis":{
        "success":":white_check_mark:",
        "failure":":x:"
    }
}

Features

  • Slash commands
  • Automatically refreshes the channel when a new member joins or leaves

Goal

  • 20 stars - Multi guild Support & Multi channel support

Author

author = {
    "name": "NotShadow1337",
    "discord": "Not Shadow#1337",
    "github": "NotShadow1337",
}