Skip to content

bhopahk/bJdaUtilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bJDAUtilities

bJDAUtilities is a suite of utilities to use in conjunction with JDA to create Discord bots.

Getting Started

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.

With Gradle:
dependencies {
    compile 'me.bhop:bJdaUtilities:VERSION'
}
With Maven:
<dependency>
    <groupId>me.bhop</groupId>
    <artifactId>bJdaUtilities</artifactId>
    <version>VERSION</version>
    <scope>compile</scope>
</dependency>
Jar Download:

If you wish to just use the compiled jar file, it can be found here.

Examples

Information and guides can be found on the wiki.

Contributing

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.

Projects

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.