From 57c1ad09324829c620c74272dd257e406878f7f5 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Wed, 10 Apr 2019 23:08:38 +0200 Subject: [PATCH] Fix default emojis config --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 074c098..c3967d0 100644 --- a/config.py +++ b/config.py @@ -201,4 +201,4 @@ ME = { } # TODO(tsileo): read the config from the YAML if set -EMOJIS = "😺 😸 😹 😻 😼 😽 🙀 😿 😾 😺 😸 😹 😻 😼 😽 🙀 😿 😾" +EMOJIS = "😺 😸 😹 😻 😼 😽 🙀 😿 😾"