A Discord bot for managing giveaways with ease.
- Create and manage giveaways via slash commands
- Predefined giveaways
- Scheduling giveaways
- Persistent storage with MariaDB
- Docker-ready for quick deployment
- Built with JDA and Spring Boot
- Place
docker-compose.yml
on your VPS (/root
or another directory). - Configure it with your values (tokens, DB credentials, etc.).
- Import
DiscordBotGiveaway.sql
into your MariaDB instance. - Start the container:
docker-compose up -d
- Update to the latest image:
docker-compose pull && docker-compose up -d
- Stop the bot:
docker-compose stop
- Java 20
- Spring Boot
- Hibernate
- MariaDB
- Docker
- Maven
- JDA
This project is licensed under the GNU GPL v3.
Details on data handling are available in the Privacy Policy.