summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.py b/config.py
new file mode 100644
index 0000000..85d009d
--- /dev/null
+++ b/config.py
@@ -0,0 +1,9 @@
+NAME = 'cupido'
+TOKEN_ENV_VAR = 'DISCORD_TOKEN'
+
+COMMAND_PREFIX = '!<3'
+
+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/>!"
+'''