-
Notifications
You must be signed in to change notification settings - Fork 1
/
bots.example.yaml
73 lines (69 loc) · 1.48 KB
/
bots.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
71
72
73
bots:
pubsub:
auth_port: 27562
cogs:
pubsub:
topics:
- channel_points
channels:
- AnonymousUser
scopes:
- all_scopes
creamy_bot:
prefix: "!"
auth_port: 27563
cogs:
- echo_console
channels:
- AnonymousUser
scopes:
- all_scopes
race_the_nags:
prefix: "$"
auth_port: 27564
cogs:
- horse_service
channels:
- AnonymousUser
scopes:
- all_scopes
routines:
auth_port: 27566
cogs:
- routines
channels:
- AnonymousUser
scopes:
- all_scopes
eventsub:
auth_port: 27565
cogs:
eventsub:
port: 19980
EVENTSUB_SECRET_WORD: "some_secret_string"
EVENTSUB_CALLBACK: "/callback"
events:
#- user_updated
- channel_raid
- channel_ban
- channel_unban
- channel_subscription
- channel_cheers
- channel_update
- channel_follow
- channel_moderators_add
- channel_moderators_remove
- channel_hypetrain_begin
- channel_hypetrain_progress
- channel_hypetrain_end
- channel_stream_start
- channel_stream_end
- channel_points_reward_added
- channel_points_reward_updated
- channel_points_reward_removed
- channel_points_redeemed
- channel_points_redeem_updated
channels:
- AnonymousUser
scopes:
- all_scopes