diff --git a/src/main/java/wtf/beatrice/hidekobot/commands/message/TriviaCommand.java b/src/main/java/wtf/beatrice/hidekobot/commands/message/TriviaCommand.java index 336cdc0..dd429b6 100644 --- a/src/main/java/wtf/beatrice/hidekobot/commands/message/TriviaCommand.java +++ b/src/main/java/wtf/beatrice/hidekobot/commands/message/TriviaCommand.java @@ -85,7 +85,7 @@ public class TriviaCommand implements MessageCommand ScheduledFuture future = Cache.getTaskScheduler().scheduleAtFixedRate(triviaTask, 0, - 10, + 15, TimeUnit.SECONDS); triviaTask.setScheduledFuture(future);