summaryrefslogtreecommitdiff
path: root/config.py
blob: 9ac127c28497de6efab1cbf9ad42f8fc74c0b67d (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/>!
'''