| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Discord bot that integrates matchmaking queues into Discord channels written in TypeScript. This project runs on Node.js and uses MongoDB for persistent storage. The discord library used is discord.js.
Copy the environment file:
cp .env.example .envConfigure your Discord bot token and server ID in .env:
DISCORD_TOKEN=your_discord_bot_token_here GUILD_ID=your_discord_server_id_here MONGODB_URI=mongodb://localhost:27017/teeworlds-league
Install dependencies:
npm installBuild the project:
npm run buildStart the bot:
npm startFor development:
npm run devThe bot requires the following permissions:
| Back | FazBrowse Home | New Git URL |