Skip to content

Commit

Permalink
&help reaction updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ileukocyte committed Jul 30, 2022
1 parent 32b9343 commit 8359fd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class HelpCommand : TextCommand {
isInDm = true,
)).setActionRow(buttons).await()

event.message.addReaction(Emoji.fromUnicode("\u2705")).queue(null) {}
event.message.addReaction(Emoji.fromUnicode("\u2611")).queue(null) {}
} catch (_: ErrorResponseException) {
event.channel.sendMessageEmbeds(getCommandList(event.jda, event.author,
isFromSlashCommand = false,
Expand Down

0 comments on commit 8359fd6

Please sign in to comment.