-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
82 lines (76 loc) · 2.11 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
bot:
prefix: "~"
extensions:
- bot.cogs.reload
- bot.cogs.debug
- bot.cogs.suggestions
- bot.cogs.meeting_notes
# - bot.cogs.log
# - bot.cogs.pin
admins:
# Gehock#9200
- 150625032656125952
guild:
roles:
# staff @ Zeus Operations
staff: 287726126917222402
cogs:
# log:
# channels:
# delete_log: 0
# pin:
# channel: 0
# keyword: SUGGESTION
suggestions:
channels:
- suggestions: 360434525798531084
discussion: null
- suggestions: 810636847780331531
discussion: null
reactions:
# \N{HEAVY PLUS SIGN}
- "\u2795"
# \N{HEAVY MINUS SIGN}
- "\u2796"
# \N{WAVY DASH}
- "\u3030"
keyword: '**'
image_keyword: 'IMG:'
# Replaced variables:
# {0}: the name of the suggestion channel
# {1}: the original message
# {2}: the image keyword
# Message gets folded to a single line, leave a blank line to create a
# line break
message: >
Invalid format in `#{0}`, please post your suggestion in a single message
and follow the pinned template (press Shift+Enter for a new line). The
message has to start with a `**bolded**` title. If you already posted a
suggestion, please edit the original message instead of sending multiple
messages.
```
{1}
```
If this is an image with a caption that wasn't detected
correctly, please prefix the message with `{2}`
thread_message: >
To comment on suggestions, please create a thread on the suggestion message.
discussion_channel: False
use_threads: True
divider_regex: '^\*\*Suggestions for ([A-Z][a-z]+) below\*\*$'
meetingnotes:
keyword: '**'
divider_regex: '^\*\*Suggestions for ([A-Z][a-z]+) below\*\*$'
divider: '**Suggestions for {0} below**'
date_locale: en_US.UTF-8
channels:
suggestions: 360434525798531084
save_to_disk: False
hackmd:
enable: True
team_name: zeusops
index_id: MNNjYnckQgSESY5jsf7pFQ
index_line: "- [{date}]({link})"
index_line_regex: "^- \\[(?P<date>\\d{4}-\\d{2})\\]\\(.+\\)$"
github_gist:
enable: False