Skip to content

Commit

Permalink
fixit (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
IchHabeHunger54 authored Jan 11, 2024
1 parent 39f5eb9 commit e58b394
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 e58b394

Please sign in to comment.