3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-14 21:31:50 +00:00

Fix certain emoji not being matched

This commit is contained in:
Dragory 2019-07-21 14:36:05 +03:00
parent d80bc54635
commit 0c00c5355f

View file

@ -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;