From eed9db03df6146abf648d2c60d9fdde1f960a5b3 Mon Sep 17 00:00:00 2001 From: zaeem Date: Wed, 20 Jan 2021 16:19:29 +1100 Subject: [PATCH] added discord alias for "e-mail symbol" Discord uses ":e_mail:" instead of ":e-mail:" --- src/main/resources/emojis.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/emojis.json b/src/main/resources/emojis.json index b0614812..24a8842d 100644 --- a/src/main/resources/emojis.json +++ b/src/main/resources/emojis.json @@ -7331,7 +7331,8 @@ "emoji": "\uD83D\uDCE7", "description": "e-mail symbol", "aliases": [ - "e-mail" + "e-mail", + "e_mail" ], "tags": [] },