Fix bot not being able to clear status message.
This commit is contained in:
parent
9131624a1f
commit
e1e40208ee
Binary file not shown.
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user