master
Joshua Sigona 4 years ago
parent 8078a8593e
commit 8566c24a9e
  1. BIN
      DiscordDivaBot/munimuni.jar
  2. 2
      DiscordDivaBot/src/sig/DivaBot.java

Binary file not shown.

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

Loading…
Cancel
Save