Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.
Jared edited this page Jul 26, 2022 · 4 revisions

What is this library based on?

Much of this library's style was based off the very popular Java library made for the Discord platform known as JDA (https://github.com/DV8FromTheWorld/JDA).

Can I use JG_API commercially?

Yes, you can use JG_API commercially. JG_API is licensed under the GNU General Public License v3.0 (https://www.gnu.org/licenses/gpl-3.0.en.html). However, please keep in mind that this license can change at any time. We don't have any plans to change this license currently, but the future can change.

What are the dependencies for JG_API?

All of the dependencies for JG_API can be found within the code itself or within the pom.xml file. Currently only org.json is depended on from Maven. As time goes on more dependencies may be added to avoid reinvention of the wheel.

What do I do if I find an issue/bug?

If you find an issue/bug, please use GitHub's issue tracker and report it here:

https://github.com/JGAPI/JG_API/issues

Can I contribute to JG_API?

Of course you can contribute to JG_API! We are always looking for new contributors to help better the API. Please make sure to fork and star the project, then make a pull request with your changes so they can be reviewed and hopefully even merged in...!