mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Fix certain emoji not being matched
This commit is contained in:
parent
d80bc54635
commit
0c00c5355f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import {
|
|||
} from "eris";
|
||||
import url from "url";
|
||||
import tlds from "tlds";
|
||||
import emojiRegex from "emoji-regex";
|
||||
import emojiRegex from "emoji-regex/es2015/text";
|
||||
|
||||
import fs from "fs";
|
||||
const fsp = fs.promises;
|
||||
|
|
Loading…
Add table
Reference in a new issue