summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorNatrixAeria <upezu@student.kit.edu>2020-09-28 03:31:53 +0200
committerNatrixAeria <upezu@student.kit.edu>2020-09-28 03:31:53 +0200
commit146496c146dd489023c19323027288508c4abb9d (patch)
treeaa7545fceca27596a695cf2b1fd1d5e13d142c3f /config.py
parent89e0c7df2b88daf83b6a415c1ab2b95e2d6bc46d (diff)
Create channels
Diffstat (limited to 'config.py')
-rw-r--r--config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.py b/config.py
index 9ac127c..404c66a 100644
--- a/config.py
+++ b/config.py
@@ -7,3 +7,7 @@ HELP_TEXT = f'''{NAME.title()} - your partner for getting shuffled.
{NAME.title()} is a discord bot to get to know your people.
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!"