From 470eb90cc397ca3de480808cd4ed0e3c03baf6dc Mon Sep 17 00:00:00 2001 From: NatrixAeria Date: Sat, 17 Oct 2020 22:27:11 +0200 Subject: Add reaction handling --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.py') diff --git a/config.py b/config.py index f59cb71..d7ea555 100644 --- a/config.py +++ b/config.py @@ -19,7 +19,7 @@ DEFAULT_LOOP_TIME = 120 # time that cycles, that "loop" passes DEFAULT_LOOP_COUNT = 3 -EMOJI_POOL = [':mouse:', ':broccoli:', ':archery:', ':tent:', ':coffee:'] +EMOJI_POOL = ['👾', '🤖', '👻', '🦧', '🍴', '🎮', '🎷', '😈', '🦄', '🐮', '🌻', '🐘', '🍕', '🦉'] PANEL_TITLE = f'{NAME.title()} control panel' PANEL_TEXT = ''' You have the choice! -- cgit v1.2.3-54-g00ecf