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}`);
|
result = result.replace(match, `@${userStore.get(match.replace("<@", "").replace(">", "")).username}`);
|
||||||
})
|
})
|
||||||
|
|
||||||
return result;
|
return result.trim();
|
||||||
}
|
}
|
||||||
|
|
||||||
var preparingSentence = [];
|
var preparingSentence = [];
|
||||||
|
|
Loading…
Reference in a new issue