diff --git a/BandoriBot/BandoriBot.jar b/BandoriBot/BandoriBot.jar index e6213c0..cd7a372 100644 Binary files a/BandoriBot/BandoriBot.jar and b/BandoriBot/BandoriBot.jar differ diff --git a/BandoriBot/src/sig/BandoriBot.java b/BandoriBot/src/sig/BandoriBot.java index 746fb27..127c49f 100644 --- a/BandoriBot/src/sig/BandoriBot.java +++ b/BandoriBot/src/sig/BandoriBot.java @@ -138,7 +138,7 @@ public class BandoriBot extends ListenerAdapter{ currentEvent = currentEvent.replace("", makeeatList[(int)(Math.random()*makeeatList.length)]); currentEvent = currentEvent.replace("", popipaList[(int)(Math.random()*popipaList.length)]); currentEvent = currentEvent.replace("", scoldyellList[(int)(Math.random()*scoldyellList.length)]); - currentEventTimer = 300 + (int)(15*Math.random()); + currentEventTimer = 300 + (int)((30*60)*Math.random()); bot.getPresence().setGame(Game.of(GameType.DEFAULT,currentEvent)); } }