A bootstrap system to code a DiscordBot even faster
Report Bug · Request Feature · Ask Question
Love the project? Please consider donating to help it improve!
This project has been started by Greazi and has become a community project. It is a bootstrap system to code a DiscordBot even faster. It is based on the Discord JDA API and is written in Java. This system brings a lot of system pre-made allowing you to code your bot faster.
We are working hard on getting the api docs and a wiki online. Because this project has just started and is only maintaned by 2 individuals at this moment we are working as hard as we can on these things.
We use JitPack to automatically compile and host the latest release of DiscordBot Foundation for you. You can eitehr use Jitpack or download and import the project manually.
Step 1. Add the JitPack repository to your build file
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Step 2. Add the dependency
<dependency>
<groupId>com.github.Greazi-Times</groupId>
<artifactId>Discord_Bot_Foundation</artifactId>
<version>VERSION</version>
</dependency>
If you have the DiscordBot Foundation installed on your computer you are able to import it directly (Requires knowledge on how to host a dependency locally!) This way all changes you make will be directly visible and usable in your project. You will need to add the following lines to your maven file:
<dependency>
<groupId>com.greazi</groupId>
<artifactId>DiscordBotFoundation</artifactId>
<version>LATEST</version>
</dependency>
You can keep your fork, and thus your private DiscordBot Foundation up to date with the upstream using GitHubs' Sync Fork button . You can also use the pull package created by @wei to automate this process.
I open-source almost everything I can and try to reply to everyone needing help using these projects. Obviously, this takes time. You can use this service for free.
However, if you are using this project and are happy with it or just want to encourage me to continue creating stuff, there are a few ways you can do it:
- Giving proper credit when you use github-readme-stats on your readme, linking back to it :D
- Starring and sharing the project 🚀
- - You
can make one-time donations via PayPal. I'll probably buy a
coffeetea. 🍵
Thanks! ❤️
Contributions are welcome! <3
Made with ❤️ and Java.