Skip to content

Commit

Permalink
Make the quote attributions normal hyphens (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
IchHabeHunger54 authored Jan 12, 2024
1 parent d336a61 commit dd23fe7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ protected void execute(CommandEvent event) {
event.getMessage().reply(STR. """
#\{ quote.id() }
> \{ quote.quote() }
- \{ quote.createAuthor() }
\\- \{ quote.createAuthor() }
""" .trim()).mentionRepliedUser(false).setAllowedMentions(List.of()).queue();
}

Expand Down Expand Up @@ -110,7 +110,7 @@ protected void execute(SlashCommandEvent event) {
event.reply(STR. """
#\{ quote.id() }
> \{ quote.quote() }
- \{ quote.createAuthor() }
\\- \{ quote.createAuthor() }
""" .trim()).setAllowedMentions(List.of()).queue();
}
}
Expand Down

0 comments on commit dd23fe7

Please sign in to comment.