Skip to content

Commit

Permalink
fix id parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
sebm253 committed Oct 7, 2021
1 parent 64f7a7c commit 310dcf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ protected Long handleInternally(DataObject content)
}
else
{
long emoteId = emoji.getUnsignedLong("emoji");
long emoteId = emoji.getUnsignedLong("id");
Emote emote = getJDA().getEmoteById(emoteId);
if (emote == null)
{
Expand Down

0 comments on commit 310dcf0

Please sign in to comment.