File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
request/src/main/java/org/botblock/javabotblockapi/requests Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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/" ,
Original file line number Diff line number Diff line change 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 */
4040public class PostAction {
You can’t perform that action at this time.
0 commit comments