Skip to content

Commit

Permalink
Merge pull request #10 from dgradecak/master
Browse files Browse the repository at this point in the history
Update Bot.java
  • Loading branch information
DenisIndenbom authored Feb 9, 2024
2 parents 430b8c9 + fad56df commit 677d35b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public String sendLoginConfirmRequest(String text, String userId)
Message message = this.JDA.openPrivateChannelById(userId).
flatMap(privateChannel -> privateChannel.sendMessageEmbeds(embedBuilder.build())).complete();

message.addReaction(Emoji.fromUnicode("")).queue();
message.addReaction(Emoji.fromUnicode("U+2705")).queue();
return message.getId();
}
catch (Exception ignored)
Expand Down

0 comments on commit 677d35b

Please sign in to comment.