-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
101 lines (89 loc) · 2.67 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
# Version of the bot. DO NOT CHANGE
version: 1.1.0
# 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
# 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 ♥
youtube:
# The channels ID's to subscribe to
# Its sort of a whitelist. Each channel in this list is allowed to send
# announcement events through th bot
announce:
- UC6sb0bkXREewXp2AkSOsOqg # Taomi
event:
# Time (24h format) to trigger daily events like birthday check and advent calendar post
morning_hour: 8
morning_minute: 0
adventcalendar:
images: data/images/adventcalendar
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/backlist.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
# Emoji for entering the advent calendar giveaway
adventcalendar:
name: ✅
#id:
#animated: true
secretsanta: vote.yes
secretsanta.invite.show_match:
name: 🎁
#id:
#animated: true
secretsanta.invite.set_address:
name: 🏠
#id:
#animated: true
secretsanta.invite.delete:
name: 🗑️
#id:
#animated: true
secretsanta.invite.nudge_match:
name: 👉
#id:
#animated: true
webserver:
favicon: webserver/favicon.png
twitch:
name: c4e_bot
channels:
- kesuaheli
- taomi_
- c4e_bot