discord-cbl
is a Discord bot designed to check the Community Ban List (CBL) history for a given SteamID. The bot uses GraphQL to fetch data from the Community Ban List and provides detailed information about a user's reputation, risk rating, and ban history.
- 🚀 Fetch CBL history for any SteamID with lightning speed
- 🌟 Display reputation points, risk rating, risk ranking, and active/expired ban counts
- 🔒 Show both active and expired bans with detailed information
- 🧵 Automatically create a thread for expired bans to keep your channels organized
## Discord Server Installation
Fetch the CBL history for a given SteamID:
- steamid: The SteamID of the player (required)
-
Clone the repository:
git clone https://github.com/sceboucher/discord-cbl.git cd discord-cbl
-
Install dependencies:
npm install
-
Configure your environment: Create a
.env
file in the root directory and add your Discord bot token:DISCORD_TOKEN=your_discord_bot_token
-
Register the bot commands:
npm run register
-
Start the bot:
npm start