From 004a753a581ff4dce885933fd2df77409388a6e2 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Mon, 22 Jul 2019 01:33:38 +0300 Subject: [PATCH] Revert emoji match fix --- src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.ts b/src/utils.ts index 27c2081c..9aded3d7 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -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";