Skip to content

Commit 68a5792

Browse files
committed
That wasn't the issue... oops
1 parent dcacf0c commit 68a5792

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ allprojects {
6262

6363
// Discord Libs
6464
"https://ci.dv8tion.net/job/JDA/javadoc/",
65+
"https://docs.javacord.org/api/v/3.0.7/overview-summary.html",
6566

6667
// Java 8
6768
"https://docs.oracle.com/javase/8/docs/api/",

request/src/main/java/org/botblock/javabotblockapi/requests/PostAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* Class used to perform POST requests towards the <a href="https://botblock.org/api/docs#count" target="_blank">/api/count</a>
3535
* endpoint of BotBlock.
3636
*
37-
* <p>The class offers options to post either {@link #postGuilds(Long, Integer, BotBlockAPI) manually} or
37+
* <p>The class offers options to post either {@link #postGuilds(Long, int, BotBlockAPI) manually} or
3838
* {@link #enableAutoPost(Long, int, BotBlockAPI) automatically}.
3939
*/
4040
public class PostAction{

0 commit comments

Comments
 (0)