summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.py b/config.py
index 303b5bf..0b7987a 100644
--- a/config.py
+++ b/config.py
@@ -13,3 +13,8 @@ This software is open-source <https://git.kobert.dev/lovefinderrz.git/>!
CATEGORY_CHANNEL_NAME = NAME.title()
LOBBY_CHANNEL_NAME = 'lobby'
LOBBY_CHANNEL_TOPIC = "You wanna get shuffled? You're at the right place!"
+
+# time that one loop cycle needs (in seconds)
+DEFAULT_LOOP_TIME = 120
+# time that cycles, that "loop" passes
+DEFAULT_LOOP_COUNT = 3