Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/senseiwells/arucasdiscordapi
- Owner: senseiwells
- License: mit
- Created: 2022-03-29T22:46:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T15:34:30.000Z (about 2 years ago)
- Last Synced: 2024-10-27T13:19:43.155Z (about 2 months ago)
- Language: Java
- Size: 454 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
}
```