Added PandaWut reaction to Disasters
This commit is contained in:
parent
ca93f18f1e
commit
ba9ed50f11
@ -146,6 +146,11 @@ public class ImageListener implements MessageCreateListener {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (dbTable.equals("disaster")) {
|
||||||
|
// Add custom panda emoji: <:PandaWut:433045737245376522>
|
||||||
|
message.addReaction("PandaWut:433045737245376522");
|
||||||
|
}
|
||||||
|
|
||||||
message.addReaction(EmojiParser.parseToUnicode(":heartpulse:"));
|
message.addReaction(EmojiParser.parseToUnicode(":heartpulse:"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user