-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
170 lines (155 loc) · 3.95 KB
/
config.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
# Version of the bot. DO NOT CHANGE
version: 2.2.1
# Loading aditional files. This is primarily used to load tokens,
# keys, and other cridentials from files that are filtered by the
# .gitignore rules
additionalConfigs:
- config_env.yaml # For tokens and access keys
- database/connection_env.yaml # Connection data for mySQL databse
- webserver/config.yaml # Config for the webserver
# The language translation files to search for in 'data/lang/'
# The first one in this list will also be the fallback when trying to
# read an unloaded language
languages:
- en
- de
discord:
name: Cake4Everybot
credits: Cake4Everybot, developed by @Kesuaheli (Discord) and the ideas of the community ♥
event:
# Time (24h format) to trigger daily events like birthday check and advent calendar post
morning_hour: 8
morning_minute: 0
adventcalendar:
images: modules/adventcalendar/images
secretsanta:
# the filepath for the players
players: modules/secretsanta/players.json
# the filepath for the blacklist
# the blacklist maps a user ID to a list of user IDs that should not be matched
blacklist: modules/secretsanta/blacklist.json
twitch_giveaway:
# The amount of points a single giveaway ticket costs.
ticket_cost: 1000
# Cooldown in minutes before beeing able to buy another ticket
cooldown: 15
# the filepath for of the json giveaway prizes
prizes: twitch/prizes.json
# the filepath for storing the giveaway cooldown times
times: twitch/times.json
emoji:
# Configuration for emojis used by the bot
# Name: The name of this emoji, e.g. '🎅', '❤️' when a default emoji
# ID: The snowflake ID when a custom emoji
# Animated: Whether this emoji is animated. Defaults to false if not set
# Voting for yes
vote.yes:
name: 👍
#id:
#animated: true
# Voting for no
vote.no:
name: 👎
#id:
#animated: true
vote.check:
name: ✅
#id:
#animated: true
repeat:
name: 🔁
#id:
#animated: true
generic.back:
name: ↩️
#id:
#animated: true
generic.delete:
name: 🗑️
#id:
#animated: true
adventcalendar:
# Emoji for entering the advent calendar giveaway
enter: vote.check
faq:
all_questions: generic.back
random.coin:
heads:
name: 👤
#id:
#animated: true
tails:
name: 🪙
#id:
#animated: true
flip: repeat
reflip: repeat
random.dice:
1:
#name: 1️⃣
id: 1322967431106527322
#animated: true
2:
#name: 2️⃣
id: 1322967432024817748
#animated: true
3:
#name: 3️⃣
id: 1322967433786691724
#animated: true
4:
#name: 4️⃣
id: 1322967435170807968
#animated: true
5:
#name: 5️⃣
id: 1322967436307206145
#animated: true
6:
#name: 6️⃣
id: 1322967437800378411
#animated: true
rolling:
#name: 🎲
id: 1322968516311126057
animated: true
reroll: repeat
random.teams:
resplit_size: repeat
resplit_amount: repeat
secretsanta:
enter: vote.yes
invite.show_match:
name: 🎁
#id:
#animated: true
invite.set_address:
name: 🏠
#id:
#animated: true
invite.delete: generic.delete
invite.nudge_match:
name: 👉
#id:
#animated: true
invite.send_package:
name: 📦
#id:
#animated: true
invite.received_package:
name: 📬
#id:
#animated: true
invite.add_package_tracking:
name: 📯
#id:
#animated: true
invite.show_package_tracking:
name: 📪
#id:
#animated: true
twitch:
channels:
- kesuaheli
- taomi_
- c4e_bot