forked from BeardBrewery/DiscordBot-KoA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default_config.yaml
50 lines (50 loc) · 1.09 KB
/
default_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
---
events_map:
a1z-portal: &PORTAL "**Main** Alliance Portal"
a2z-portal: "**Farm** Alliance Portal"
a1z fallen knights: &FALLEN "**Main** Fallen Knights"
a2z fallen knights: "**Farm** Fallen Knights"
golem: &GOLEM Kingdom Threat (Golem)
channels:
public:
- "#general"
alliance:
- "#alliance"
- "#alliance-spam"
spam:
- "#spam"
- "#alliance-spam"
control:
- "#staff"
alliances:
a1z: A to Z main alliance
a2z: A to Z farm alliance
join_announcer:
welcome_message: Welcome %{user_mention} to our Discord server!
template_events:
template: &DEFAULTS
name: Descriptive name that matches up with events_map
id: id
class: class
ISO8601: '2017-01-31T20:00:00+00:00'
label_class: primary
portal:
<<: *DEFAULTS
name: *PORTAL
id: portal
class: portal
private: true
fallen knights:
<<: *DEFAULTS
name: *FALLEN
id: fallen
class: fallen
label_class: success
private: true
golem:
<<: *DEFAULTS
name: *GOLEM
id: kingdom-golem-threat
class: golem
ISO8601: '2017-01-31T00:00:00+00:00'
label_class: danger