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:
parent
e34f3b1442
commit
004a753a58
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/text";
|
||||
import emojiRegex from "emoji-regex";
|
||||
import * as t from "io-ts";
|
||||
|
||||
import fs from "fs";
|
||||
|
|
Loading…
Add table
Reference in a new issue