-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.example.yml
63 lines (58 loc) · 1.98 KB
/
config.example.yml
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
# Secret bot token:
Discord token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Prefix: "?"
# Folder to write logs to; will be created if it does not exist:
Log folder: logs
# Game installation to read from:
Qud install folder: C:\Steam\steamapps\common\Caves of Qud
#############################
# Configs for individual cogs
#############################
Bugs:
channels: [ # Channels to listen for bug reacts in:
449667247297003520, # #bugs
459482205635215360, # #beta-bugs
449312747683971072, # #modding
]
allowed roles: [ # Roles that can open a new issue via react:
443578758629425152, # Sultan
447173558330982400, # Mayor
579024675598761995, # Tinker
707378307649241210, # Bug Herder
]
trigger: 🐛
success reaction: ☑
fail reaction: ⚠️
title max length: 80
endpoint: https://api.bitbucket.org/2.0/repositories/test/test-issue-tracker/issues
oauth2 key: xxxxxxxxxxxxxxxxxx
oauth2 secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Decode:
channels: [ # Channels to listen for character build codes in:
449342897788026882, # #character-builds
571405896597635073, # #build-club
716755952967352420, # #bot-spam
482714670860468234, # #trash-divining
]
# ignoring bots should be redundant, but specify anyway
ignore: [ # Users to ignore:
502293569764327444, # Cryptogull
]
Reddit:
client ID: xxxxxxxxxxxxxx
secret: xxxxxxxxxxxxxxxxxxxxxxxxxxx
user agent: Cryptogull
# declare subreddits to be relayed to channels
# submissions and comments channel can be the same channel, or
# either can be omitted to create a posts-only or comments-only stream
subreddits:
cavesofqud:
submissions channel: xxxxxxxxxxxxxxxxxx
comments channel: xxxxxxxxxxxxxxxxxx
other subreddit:
submissions channel: xxxxxxxxxxxxxxxxxx
comments channel: xxxxxxxxxxxxxxxxxx
Wiki:
site: wiki.cavesofqud.com
basic search limit: 10
fulltext search limit: 5