This commit is contained in:
Ashley Graves 2024-10-12 17:31:52 +02:00
parent 4677a830c5
commit b2468b7e4b

View file

@ -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 = [];