-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathconfig.yaml.example
More file actions
39 lines (37 loc) · 1.17 KB
/
config.yaml.example
File metadata and controls
39 lines (37 loc) · 1.17 KB
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
app_id: null
token: null
err_channel: null
roles: # set this to null to disable
server: '109469702010478592' # secret hiding room
autoreload: false
debug: false
eve_db: 'sqlite-latest.sqlite'
instagram: # set this to null to disable
- user_id: 17841443895269721 # cocoshibanut
channels:
- '282441291327864834' # bot-testing
token: null
twitch: # set this to null to disable
client_id: ''
client_secret: ''
announces:
- game_id: 65360 # go
channel: '282441291327864834' # bot-testing
mention: null
- user_id: 23526807 # lurayl
channel: '282441291327864834'
mention: '&1173144877127696394' # test role
prun_upkeep: # set this to null to disable
Logica:
channel: '1119710330449301564'
popi:
SAFETY_STATION: 2
UNIVERSITY: 1
steam_news: # set this to null to disable
427520: '282441291327864834' # factorio -> #bot-testing
acnh_db: 'acnh.sqlite' # set this to null to disable
advent_of_code: # set this to null to disable
- leaderboard: 660957 # Frosty-nee
channel: '282441291327864834' # bot-testing
session: null
# vim: set ft=yaml: