-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
45 lines (33 loc) · 913 Bytes
/
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
# ----------------- CONFIG.YAML DESCRIPTIONS ----------------- (You can delete this if you want.)
# LOA
# -----------------
# channel: The channel where the requests get sent
# role: The LOA Role
# permissions: The role that can send requests
# Shifts
# -----------------
# channel: The channel where the requests get sent
# permissions: The roles that can send requests
# online: The role that can be online
# break: The role that can be on break
# manager: The roles that can manage the shifts
# Punishments
# -----------------
# channel: The channel where the requests get sent
# types: The types of punishments that can be given
# permissions: The roles that can give punishments
shifts:
channel:
permissions: []
online:
break:
manager: []
punishments:
channel:
types: ['Warning', 'Kick', 'Ban']
permissions: []
loa:
channel:
role:
permissions: []
manager: []