-
Notifications
You must be signed in to change notification settings - Fork 0
/
Config_dist.yaml
90 lines (84 loc) · 2.23 KB
/
Config_dist.yaml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# You must restart the bot if you modify this file.
# Your discord token. See https://discordpy.readthedocs.io/en/stable/discord.html
Token: ""
# If you want the bot to post every day the APOD (NASA’s astronomy picture of the day). Otherwise,
# comment it out. See https://api.nasa.gov
NASA_API_key: ""
APOD_time: "HH:MM"
DB_config:
host: ""
user: ""
password: ""
database: ""
Users:
bot_owner:
# Your discord username, without the @
discord_username: ""
birthday: AAAA-MM-JJ
user1:
birthday: AAAA-MM-JJ
start_date: AAAA-MM-JJ
nick: ""
discord_username: ""
bot_owner: ""
language: "English"
# Europe time format "%a %d/%m %H:%M"
# US time format "%a %m/%d %I:%M %p"
timeformat: ""
# See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: ""
main_server: 0000000000000000000
main_chan: ""
# If you want the bot’s actions logged in a dedicated channel. Otherwise, comment it out.
log_chan: "bot-log"
events:
- ["event1", "event2"]
user2:
birthday: AAAA-MM-JJ
start_date: AAAA-MM-JJ
nick: ""
discord_username: ""
bot_owner: ""
language: ""
timeformat: ""
timezone: ""
main_server: 0000000000000000000
main_chan: ""
log_chan: "bot-log"
user3:
birthday: AAAA-MM-JJ
start_date: AAAA-MM-JJ
nick: ""
discord_username: ""
bot_owner: ""
language: ""
timeformat: ""
timezone: ""
main_server: 0000000000000000000
main_chan: ""
log_chan: "bot-log"
events:
- ["event1"]
Rewards_available:
user1:
# Reward name, cost, and description
- ["task1", 25,
"desc1"]
- ["task2", 100,
"desc2"]
- ["task3", 200,
"desc3"]
user2:
- ["task1", 50,
"desc1"]
- ["task2", 25,
"desc2"]
- ["task3", 200,
"desc3"]
user3:
- ["task1", 25,
"desc1"]
- ["task2", 100,
"desc2"]
- ["task3", 200,
"desc3"]