An open API service indexing awesome lists of open source software.

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.

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.