The DKP bot is a simple and efficient tool designed to track points that your guild members can earn or lose in any RPG game, right on Discord.
- Tracking of points earned or lost by guild members.
- Easy to install and configure.
- Built with the Discord Python library.
Ensure that you have Docker and Docker Compose installed on your machine. If you haven't installed these yet, you can find instructions here:
-
Clone this repository:
git clone https://github.com/<your-username>/dkp-bot.git cd dkp-bot
-
Create a
.env
file in your project's root directory and add your bot's token and guild ID:ENV=.env DISCORD_TOKEN=<bot token> GUILD_ID=<discord guild id>
Replace
<bot token>
and<discord guild id>
with your Discord bot's token and guild ID respectively. -
Use Docker Compose to build and run the bot:
docker-compose build && docker-compose up -d
This project is licensed under the MIT License.