Fix bot not being able to clear status message.

This commit is contained in:
sigonasr2 2018-09-27 07:08:02 -05:00
parent 9131624a1f
commit e1e40208ee
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -147,7 +147,7 @@ public class BandoriBot extends ListenerAdapter{
currentEventTimer--; currentEventTimer--;
if (currentEventTimer==0) { if (currentEventTimer==0) {
currentEvent = ""; currentEvent = "";
bot.getPresence().setGame(Game.of(GameType.DEFAULT,currentEvent)); bot.getPresence().setGame(null);
} }
} }
try { try {