summaryrefslogtreecommitdiff
path: root/config.py
blob: 85d009dc0031dfe51b40c9b1753ec608c1c329e7 (plain)
1
2
3
4
5
6
7
8
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/>!"
'''