-
Notifications
You must be signed in to change notification settings - Fork 13
/
config.yaml.example
48 lines (47 loc) · 1.6 KB
/
config.yaml.example
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
app_id: null
token: null
err_channel: null
roles: # set this to null to disable
server: '109469702010478592' # secret hiding room
eve_db: 'sqlite-latest.sqlite'
zkillboard: # set this to null to disable
alliance: 99002172
channel: '282441291327864834'
twitter: # set this to null to disable
bearer_token: null
accounts:
RiskofRain: '282441291327864834'
twitter_post: # set this to null to disable
consumer_key: null # get these from https://developer.twitter.com/en/apps/
consumer_secret: null
token: null # get these from twitter_key.py
token_secret: null
server: '109469702010478592' # secret hiding room
channel: '316959344681943040' # food
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
steam_news: # set this to null to disable
427520: '282441291327864834' # factorio -> #bot-testing
warframe: # set this to null to disable
channel: '326069638477774861'
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
autoreload: false
debug: false
# vim: set ft=yaml: