A Discord bot for managing commissions in freelance servers, built with JDA and Spring Boot.
This project was initially private, so all constants are hard-coded, and no environment files are used. To set the bot token, modify the JDAInitializer
class directly.
- Commission management for freelance servers
- Built with JDA for Discord integration
- Uses Spring Boot for backend logic
- Clone the repository
- Edit
JDAInitializer
to set your bot token and the constants class for all channel ids, etc - Build and run the project
Feel free to contribute by submitting pull requests or reporting issues.