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

Revert emoji match fix

This commit is contained in:
Dragory 2019-07-22 01:33:38 +03:00
parent e34f3b1442
commit 004a753a58

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