summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.py b/config.py
index 0b7987a..f59cb71 100644
--- a/config.py
+++ b/config.py
@@ -18,3 +18,9 @@ LOBBY_CHANNEL_TOPIC = "You wanna get shuffled? You're at the right place!"
DEFAULT_LOOP_TIME = 120
# time that cycles, that "loop" passes
DEFAULT_LOOP_COUNT = 3
+
+EMOJI_POOL = [':mouse:', ':broccoli:', ':archery:', ':tent:', ':coffee:']
+PANEL_TITLE = f'{NAME.title()} control panel'
+PANEL_TEXT = '''
+You have the choice!
+If you think, there are imposters among us, add a reaction with the corresponding emoji:'''