1212[ Download ] : https://bintray.com/andre601/maven/JavaBotBlockAPI/_latestVersion
1313
1414[ JDA] : https://github.com/DV8FromTheWorld/JDA
15+ [ Javacord ] : https://github.com/javacord/Javacord
16+
1517[ OkHttp] : https://github.com/square/okhttp/
1618[ JSON] : https://github.com/stleary/JSON-java
1719[ Caffeine] : https://github.com/ben-manes/caffeine
@@ -59,6 +61,9 @@ dependencies{
5961
6062 // JDA Module. Depends on Core and Request
6163 compile group: 'org.botblock', name: 'javabotblockapi-jda', version: '{version}'
64+
65+ // Javacord Module. Depends on Core and Request
66+ compile group: 'org.botblock', name: 'javabotblockapi-javacord', version: '{version}'
6267}
6368```
6469
@@ -111,6 +116,13 @@ if you want to only download specific modules can you just use `javabotblockapi-
111116 <artifactId >javabotblockapi-jda</artifactId >
112117 <version >{version}</version >
113118 </dependency >
119+
120+ <!-- Javacord Module. Depends on Core on Request -->
121+ <dependency >
122+ <groupId >org.botblock</groupId >
123+ <artifactId >javabotblockapi-javacord</artifactId >
124+ <version >{version}</version >
125+ </dependency >
114126</dependencies >
115127```
116128
@@ -120,10 +132,15 @@ Please visit the [Javadoc] for all available POST and GET methods, as the amount
120132# Libraries/Dependencies
121133JavaBotBlockAPI utilizes different APIs to provide the functionality it offers right now.
122134We have a list of those libraries listed here.
123- - [ JDA] - Java library used for creating bots.
124- - [ OkHttp] - Library for creating and managing http requests.
125- - [ JSON] - Used for JSON management.
126- - [ Caffeine] - Library used for caching.
135+
136+ - ** Javacord Module**
137+ - [ Javacord] - Java Wrapper for making Discord Bots.
138+ - ** JDA Module**
139+ - [ JDA] - Java library used for creating bots.
140+ - ** Request Module**
141+ - [ OkHttp] - Library for creating and managing http requests.
142+ - [ JSON] - Used for JSON management.
143+ - [ Caffeine] - Library used for caching.
127144
128145
129146# Links
0 commit comments