Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.

Godson777/Discoin4J

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository has been archived due to this library having not been updated in a long, long time. And while it does support the current version of Discoin's API, if at any point it changes, I have no plan or intention to update the library to keep up with those changes. Know that if you intend to use this library, you do so knowing that you may wind up having to fork it at a later date to keep up with any changes in the future.

Discoin4J (Discoin Wrapper for Java)

What is this?

This is an API wrapper developed for use with the Discoin API. You can check out Discoin here, or you can join us over in the Discoin Discord server here

What the heck is a Discoin?

Discoin is a currency management system designed for Discord API Applications. For more information, join the Discord server. (Link above.)

Installation

Replace VERSION with the latest version shown above.

For Maven:

<repository>
  <id>jitpack.io</id>
  <url>https://jitpack.io</url>
</repository>

<dependency>
  <groupId>com.github.Godson777</groupId>
  <artifactId>Discoin4J</artifactId>
  <version>VERSION</version>
</dependency>

For Gradle:

allprojects {
  repositories {
    maven { url 'https://jitpack.io' }
	}	
}
  
dependencies {
  compile 'com.github.Godson777:Discoin4J:VERSION'
}

Links

Discoin