https://github.com/revereinc/discord-commission-bot
A discord bot to handle commissions for freelance servers developed in JDA and Springboot.
https://github.com/revereinc/discord-commission-bot
commission commission-manager consulting discord discord-bot freelance ticket ticketing-system
Last synced: 3 months ago
JSON representation
A discord bot to handle commissions for freelance servers developed in JDA and Springboot.
- Host: GitHub
- URL: https://github.com/revereinc/discord-commission-bot
- Owner: RevereInc
- Created: 2023-08-26T17:10:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T10:46:42.000Z (7 months ago)
- Last Synced: 2025-06-01T21:37:51.399Z (4 months ago)
- Topics: commission, commission-manager, consulting, discord, discord-bot, freelance, ticket, ticketing-system
- Language: JavaScript
- Homepage:
- Size: 1010 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Commission Bot
A Discord bot for managing commissions in freelance servers, built with JDA and Spring Boot.## Setup
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.
## Features
- Commission management for freelance servers
- Built with JDA for Discord integration
- Uses Spring Boot for backend logic## Usage
1. Clone the repository
2. Edit `JDAInitializer` to set your bot token and the constants class for all channel ids, etc
3. Build and run the project## Contributing
Feel free to contribute by submitting pull requests or reporting issues.