3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 15:45:03 +00:00

Revert emoji match fix

This commit is contained in:
Dragory 2019-07-22 01:33:38 +03:00
parent f759de648b
commit 5c2cd240e1

View file

@ -11,7 +11,7 @@ import {
} from "eris";
import url from "url";
import tlds from "tlds";
import emojiRegex from "emoji-regex/text";
import emojiRegex from "emoji-regex";
import * as t from "io-ts";
import fs from "fs";