mirror of
https://git.arson.gg/lilith/discord-bot.git
synced 2025-12-05 03:34:49 +01:00
fixe
This commit is contained in:
parent
4677a830c5
commit
b2468b7e4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue