added commands support

This commit is contained in:
unknown 2021-08-08 21:56:34 +05:30
parent 0feb56cb3e
commit b552e2cda8
12 changed files with 682 additions and 34 deletions

View file

@ -68,7 +68,7 @@ function searchEmoji(term) {
let result = fuse.search(term);
if (result.length > 20) result = result.slice(0, 20);
return result.map((finding) => finding.item);
return result;
}
export {