mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
3 commits
1dc63ef188
...
dd6f04fb25
Author | SHA1 | Date | |
---|---|---|---|
|
dd6f04fb25 | ||
|
e42e26ae86 | ||
|
066d210107 |
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ function processEmoteQuery(query: string[], isFormatted: boolean): string[] {
|
|||
// Find all similar emote candidates within certian threshold and select Nth top one according to the selector.
|
||||
const similarEmotes = searchSimilarEmotes(emote);
|
||||
if (similarEmotes.length > 0) {
|
||||
selector = Math.min(selector, similarEmotes.length);
|
||||
selector = Math.min(selector, similarEmotes.length - 1);
|
||||
return similarEmotes[selector].toString();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue