-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.example.yaml
70 lines (50 loc) · 1.34 KB
/
config.example.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
token: 'token'
pg_credentials:
host: postgres
port: 5432
user: postgres
database: postgres
timeout: 60
# IDs of users who should have admin tool access (eval, reload, etc)
admins:
- 1234567890
- 9876543210
# Roles which possess extra authority over this bot (Blob Police, etc)
authority_roles:
- 1234567890
- 9876543210
# List of roles considered council (Blob Council, Council Lite, etc)
council_roles:
- 1234567890
- 9876543210
# Roles which indicate that this person is a blob maker (Blob Maker, Blob Artisan, etc)
maker_roles:
- 1234567890
- 9876543210
# ID of guilds in which the bot should update the emoji list
blob_guilds:
- 1234567890
- 9876543210
# Emoji info
approve_emoji_id: 1234567890
deny_emoji_id: 9876543210
approve_emoji: 'green_tick:1234567890'
deny_emoji: 'red_tick:9876543210'
# Channel IDs
bot_log: 1234567890
suggestions_channel: 1234567890
council_queue: 1234567890
approval_queue: 1234567890
suggestions_log: 1234567890
council_changelog: 1234567890
# Voting parameters
required_difference: 5 # Majority required for this blob to move into the next stage
required_votes: 15 # Minimum amount of total votes before moving to next stage
# Versus voting message type, Verbose (true), or Compact (false)
# Verbose style:
# [1] em1
# v
# [2] em2
# Compact style:
# em1 v em2
verbose_vs: false