You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JavaBotBlockAPI is a continued and updated Java Wrapper for [BotBlock], a website that makes it possible to update guild counts on multiple lists with one API.
@@ -34,7 +40,7 @@ dependencies{
34
40
```
35
41
36
42
## Maven
37
-
For maven use this code snipped:
43
+
For maven use this code snippet:
38
44
```xml
39
45
<dependencies>
40
46
<dependency>
@@ -207,6 +213,16 @@ This shouldn't be the case with auto-posting since it has a minimum delay of 1 m
207
213
-`NullPointerException`
208
214
Thrown when BotBlock.org sends an empty response, meaning something got messed up on their side.
209
215
216
+
# Libraries
217
+
JavaBotBlockAPI utilizes different APIs to provide the functionality it offers right now.
218
+
We have a list of those libraries listed here.
219
+
-[JDA] - Java library used for creating bots.
220
+
-[OkHttp] - Library for creating and managing http requests.
221
+
-[JSON] - Used for JSON management.
222
+
-[JetBrains annotations] - Used for annotations like `@NotNull` or `@Nullable`.
223
+
-[Caffeine] - Library used for caching.
224
+
225
+
210
226
# Links
211
227
Here are some useful links:
212
228
-[BotBlock.org][BotBlock] Site for which this wrapper was made.
0 commit comments