<Muni Hashes

master
Joshua Sigona 4 years ago
parent b5ddc86e15
commit 5c37f2c8a4
  1. BIN
      DiscordDivaBot/munimuni.jar
  2. 2
      DiscordDivaBot/src/sig/DivaBot.java

Binary file not shown.

@ -64,7 +64,7 @@ public class DivaBot extends ListenerAdapter{
/*ev.getChannel().sendMessage(ev.getAuthor().getName()+" typed '"+ev.getMessage().getContentDisplay()+"'!")
.queue();*/
//System.out.println(bot.getEmotes());
ev.getChannel().addReactionById(ev.getMessageIdLong(), ChooseRandomMuniEmote(ev.getMessage().getContentDisplay().getBytes().hashCode()+
ev.getChannel().addReactionById(ev.getMessageIdLong(), ChooseRandomMuniEmote(ev.getMessage().getContentDisplay().hashCode()+
ev.getAuthor().getIdLong()))
.queue();
//messageHistory.put(ev.getMessageIdLong(),ev.getMessage());

Loading…
Cancel
Save