8000 GitHub - megoRU/GiveawayDiscordBot: Discord giveaway bot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

megoRU/GiveawayDiscordBot

Repository files navigation

GiveawayDiscordBot

CI/CD Discord Docker Pulls Docker Image Size

A Discord bot for managing giveaways with ease.


✨ Features

  • 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

🚀 Quick Start

Add the bot to your server

Click here to invite

Run with Docker

  1. Place docker-compose.yml on your VPS (/root or another directory).
  2. Configure it with your values (tokens, DB credentials, etc.).
  3. Import DiscordBotGiveaway.sql into your MariaDB instance.
  4. Start the container:
docker-compose up -d
  1. Update to the latest image:
docker-compose pull && docker-compose up -d
  1. Stop the bot:
docker-compose stop

🛠 Tech Stack

  • Java 20
  • Spring Boot
  • Hibernate
  • MariaDB
  • Docker
  • Maven
  • JDA

📄 License

This project is licensed under the GNU GPL v3.


🔒 Privacy

Details on data handling are available in the Privacy Policy.

0