Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/senseiwells/arucasdiscordapi

Discord API for Arucas
https://github.com/senseiwells/arucasdiscordapi

Last synced: 11 days ago
JSON representation

Discord API for Arucas

Awesome Lists containing this project

README

        

# ArucasDiscordAPI

[![](https://jitpack.io/v/senseiwells/ArucasDiscordAPI.svg)](https://jitpack.io/#senseiwells/ArucasDiscordAPI)

This repository uses the Arucas API to create a Discord API for Arucas using JDA.

You can include this in your project to be able to use this API.

```groovy
repositories {
maven { url 'https://jitpack.io' }
}

dependencies {
implementation 'com.github.senseiwells:senseiwells:ArucasDiscordAPI:Tag'
}
```