I\'m trying to send and embed message when I do the command ~verify and then it sends an embed message and I cant find how to add to there a reaction.
I did already the
I understood how to do it. Just need to add this line
e.getChannel().sendMessage(embedBuilder.build()).complete().addReaction("✔").queue();