NOTE 📝:This bot provides detailed information about a Discord server.
- Server Info Command: Fetches and displays various details about the server, including member count, channel count, creation date, and more.
To use this bot, follow these steps:
- Set up a bot on Discord Developer Portal
- Get your bot token and place it in the
config.jsonfile. - Invite the bot to your Discord server.
- Run the bot by executing the script, ensuring your bot token is correctly placed in
config.json.
- Description: Sync slash commands globally or in specific guilds.
- Usage:
.sync [guilds] [spec]guilds: Optional list of guild IDs to sync commands to.spec: Optional argument to specify syncing method:"guild","global", or"clear".
- Permissions Required: Bot owner
- Description: Fetch and display detailed information about the server.
- Usage:
/serverinfo - Permissions Required: None
-
Clone the repository:
git clone https://github.com/TrapstarJannik/Discord-Server-Info.git
cd Discord-Server-Info -
Run the bot:
python main.py
Important
Ensure your bot token is placed in the config.json file or you will encounter an error!
- The bot's default prefix is set to
.. You can modify it in theconfig.jsonfile. - Replace the first line in
config.jsonwith your Discord bot token.
