From 0c5449a937548520bf21e8e54c50965f6eb37abd Mon Sep 17 00:00:00 2001 From: Joscha Date: Sat, 4 Aug 2018 15:57:28 +0000 Subject: [PATCH] Fix emoji --- plusone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plusone.py b/plusone.py index 3ea9340..828f5d0 100644 --- a/plusone.py +++ b/plusone.py @@ -50,7 +50,7 @@ class PlusOne(yaboli.Bot): Count +1s awarded to users by other users. """ - PING_TEXT = ":bronze!?" + PING_TEXT = ":bronze!?:" SHORT_HELP = "/me counts :+1:s" LONG_HELP = ( "Counts +1/:+1:/:bronze:s: Simply reply \"+1\" to someone's message to award them a point.\n"