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
@@ -141,7 +141,7 @@ public void disableAutoPost(long time, @Nonnull TimeUnit timeUnit){
141
141
* Starts a {@link java.util.concurrent.ScheduledExecutorService#scheduleAtFixedRate(Runnable, long, long, TimeUnit) scheduleAtFixedRate}
142
142
* task, which will post the statistics of the provided {@link org.javacord.api.DiscordApi DiscordApi instance} every n minutes.
143
143
*
144
-
* <p>If the post can't be performed - either by getting a {@link org.botblock.javabotblockapi.core.exceptions.RatelimitedException RateLimitedException}
144
+
* <p>If the post can't be performed - either by getting a {@link RateLimitedException RateLimitedException}
145
145
* or by getting an {@link java.io.IOException IOException} - will the exception be caught and a Stacktrace printed.
146
146
*
147
147
* <p>The scheduler will wait an initial delay of 1 minute and then performs a task every n minutes, where n is the
@@ -163,7 +163,7 @@ public void disableAutoPost(long time, @Nonnull TimeUnit timeUnit){
163
163
* Starts a {@link java.util.concurrent.ScheduledExecutorService#scheduleAtFixedRate(Runnable, long, long, TimeUnit) scheduleAtFixedRate}
164
164
* task, which will post the statistics of the provided {@link net.dv8tion.jda.api.JDA JDA instance} every n minutes.
165
165
*
166
-
* <p>If the post can't be performed - either by getting a {@link org.botblock.javabotblockapi.core.exceptions.RatelimitedException RatelimitedException}
166
+
* <p>If the post can't be performed - either by getting a {@link RateLimitedException RatelimitedException}
167
167
* or by getting an {@link java.io.IOException IOException} - will the exception be catched and the stacktrace printed.
168
168
*
169
169
* <p>The scheduler will wait an initial delay of 1 minute and then performs a task every n minutes, where n is the
* Starts a {@link java.util.concurrent.ScheduledExecutorService#scheduleAtFixedRate(Runnable, long, long, TimeUnit) scheduleAtFixedRate}
192
192
* task, which will post the statistics of the provided {@link net.dv8tion.jda.api.sharding.ShardManager ShardManager instance} every n minutes.
193
193
*
194
-
* <p>If the post can't be performed - either by getting a {@link org.botblock.javabotblockapi.core.exceptions.RatelimitedException RatelimitedException}
194
+
* <p>If the post can't be performed - either by getting a {@link RateLimitedException RatelimitedException}
195
195
* or by getting an {@link java.io.IOException IOException} - will the exception be caught and a Stacktrace printed.
196
196
*
197
197
* <p>The scheduler will wait an initial delay of 1 minute and then performs a task every n minutes, where n is the
0 commit comments