From b2468b7e4bab748c07e00b16dd9c45eaeda3e820 Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Sat, 12 Oct 2024 17:31:52 +0200 Subject: [PATCH] fixe --- src/utils/quoter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/quoter.js b/src/utils/quoter.js index 3f83b46..854c5c8 100644 --- a/src/utils/quoter.js +++ b/src/utils/quoter.js @@ -49,7 +49,7 @@ function fixUpQuote(quote, userStore) { result = result.replace(match, `@${userStore.get(match.replace("<@", "").replace(">", "")).username}`); }) - return result; + return result.trim(); } var preparingSentence = [];