We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4769b5b commit 21a53f5Copy full SHA for 21a53f5
.gitignore
@@ -1,4 +1,3 @@
1
-
2
# Created by https://www.gitignore.io/api/intellij
3
# Edit at https://www.gitignore.io/?templates=intellij
4
@@ -95,3 +94,4 @@ build/
95
94
/.idea/
96
97
.gradle/
+/docs/
build.gradle
@@ -60,7 +60,7 @@ allprojects {
60
"https://stleary.github.io/JSON-java/",
61
"https://ci.dv8tion.net/job/JDA/javadoc/",
62
"https://docs.oracle.com/javase/8/docs/api/",
63
- "https://docs.botblock.org/JavaBotBlockAPI/core/",
+ //"https://docs.botblock.org/JavaBotBlockAPI/core/",
64
"https://docs.botblock.org/JavaBotBlockAPI/jda/",
65
"https://docs.botblock.org/JavaBotBlockAPI/request/"
66
)
0 commit comments