A Discord bot for managing giveaways with ease.
- Create and manage giveaways via slash commands
- Predefined giveaways
- Scheduling giveaways
- Support ZoneId
- Persistent storage with MariaDB
- Docker-ready for quick deployment
- Built with JDA and Spring Boot
- Place
docker-compose.ymlon your VPS (/rootor another directory). - Configure it with your values (tokens, DB credentials, etc.).
- Import
DiscordBotGiveaway.sqlinto 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 21
- 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.