diff --git a/src/main/java/net/neoforged/camelot/commands/information/QuoteCommand.java b/src/main/java/net/neoforged/camelot/commands/information/QuoteCommand.java index 099f9a5..05b74f3 100644 --- a/src/main/java/net/neoforged/camelot/commands/information/QuoteCommand.java +++ b/src/main/java/net/neoforged/camelot/commands/information/QuoteCommand.java @@ -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(); } @@ -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(); } }