summaryrefslogtreecommitdiff
path: root/config.py
blob: f59cb7142f3748231ebe7af089181825ddd44f69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
NAME = 'cupido'
TOKEN_ENV_VAR = 'DISCORD_TOKEN'

COMMAND_PREFIX = '!<3 '

GAME_STATUS = 'with love'

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!"

# time that one loop cycle needs (in seconds)
DEFAULT_LOOP_TIME = 120
# time that cycles, that "loop" passes
DEFAULT_LOOP_COUNT = 3

EMOJI_POOL = [':mouse:', ':broccoli:', ':archery:', ':tent:', ':coffee:']
PANEL_TITLE = f'{NAME.title()} control panel'
PANEL_TEXT = '''
You have the choice!
If you think, there are imposters among us, add a reaction with the corresponding emoji:'''