-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_example.json
37 lines (37 loc) · 1.78 KB
/
config_example.json
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
27
28
29
30
31
32
33
34
35
36
37
{
"bot_token": "<BOT_TOKEN>",
"bot": {
"command_prefix": "!piper ",
"description": "A bot that makes it easier to communicate with friends around the world.\nVisit my GitHub page for more info about commands and features: https://github.com/phanabani/sandpiper#commands-and-features",
"modules": {
"bios": {
"allow_public_setting": false
},
"birthdays": {
"past_birthdays_day_range": 7,
"upcoming_birthdays_day_range": 14,
"message_templates_no_age": [
"Hey!! It's {name}'s birthday! Happy birthday {ping}!",
"{name}! It's your birthday!! Hope it's a great one {ping}!",
"omg! did yall know it's {name}'s birthday?? happy birthday {ping}! :D",
"I am pleased to announce... IT'S {NAME}'s BIRTHDAY!! Happy birthday {ping}!!"
],
"message_templates_with_age": [
"Hey!! It's {name}'s birthday! {They} turned {age} today. Happy birthday {ping}!",
"{name}! It's your birthday!! I can't believe you're already {age} ;u; Hope it's a great one {ping}!",
"omg! did yall know it's {name}'s birthday?? {Theyre} {age} now! happy birthday {ping}! :D",
"I am pleased to announce... IT'S {NAME}'S BIRTHDAY!! {They} just turned {age}! Happy birthday {ping}!!"
]
}
}
},
"logging": {
"sandpiper_logging_level": "INFO",
"discord_logging_level": "WARNING",
"output_file": "logs\\sandpiper.log",
"when": "midnight",
"interval": 1,
"backup_count": 7,
"format": "%(asctime)s %(levelname)s %(name)s | %(message)s"
}
}