Code Monkey home page Code Monkey logo

bjdautilities's Introduction

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.

bjdautilities's People

Contributors

bennyboy1695 avatar mworzala avatar yourmcgeek avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.