Undead Muni

master
Joshua Sigona 4 years ago
parent d55cb2963c
commit 32ccc0a55a
  1. BIN
      DiscordDivaBot/munimuni.jar
  2. 4
      DiscordDivaBot/src/sig/DivaBot.java

Binary file not shown.

@ -88,7 +88,9 @@ public class DivaBot extends ListenerAdapter{
List<Emote> emotes = bot.getEmotes();
List<Emote> muniEmotes = new ArrayList<Emote>();
for (Emote e : emotes) {
if (e.getName().toLowerCase().contains("muni")) {
if (e.getName().toLowerCase().contains("muni")&&
!e.getName().toLowerCase().contains("ded")&&
!e.getName().toLowerCase().contains("dead")) {
muniEmotes.add(e);
}
}

Loading…
Cancel
Save