bJDAUtilities is a suite of utilities to use in conjunction with JDA to create Discord bots.
The first step is to add this project as a dependency to your project using a method of your choice. Some examples are below:
You will also need to have JDA as a dependency. Instructions for how to install JDA can be found here.
dependencies {
compile 'me.bhop:bJdaUtilities:VERSION'
}
<dependency>
<groupId>me.bhop</groupId>
<artifactId>bJdaUtilities</artifactId>
<version>VERSION</version>
<scope>compile</scope>
</dependency>
If you wish to just use the compiled jar file, it can be found here.
Information and guides can be found on the wiki.
Any changes made to the project might help other people using it, so help them out and submit a Pull Request to merge your changes.
When submitting PRs, please attempt to follow the style of code in the class which is being edited. If you are unsure about formatting, use Google's Java Style Guide.
If you use bJDAUtilities in your project, let me know, I would love to hear about it!
SupportBot > NetBans' SupportBot is a discord bot aimed to provide useful functionality from music to ticket channels to moderation commands.
ShadowBot > Shadowbot is a discord bot aimed at helping with different functions in the ShadowNode Minecraft Networks community discord server.