We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d3ac99 commit 4525b5cCopy full SHA for 4525b5c
config.yaml
@@ -111,7 +111,6 @@ event:
111
#animated: true
112
113
twitch:
114
- name: c4e_bot
115
channels:
116
- kesuaheli
117
- taomi_
config_env.yaml.example
@@ -13,10 +13,8 @@ discord:
13
guildID: 0
14
15
16
- # username of the bot account
17
- name: twitch_username
18
# twitch oauth token, starts with "oauth:"
19
- token:
+ token: oauth:YOURTOKEN
20
# the client ID for the twitch app
21
clientID:
22
# the clients secret used to generate access tokens
@@ -26,4 +24,4 @@ twitch:
26
24
27
25
streamelements:
28
# Streamelements JSON Web Token (JWT)
29
- token: PUT TOKEN.HERE
+ token: PUT.TOKEN.HERE
0 commit comments