Skip to content

Commit 4525b5c

Browse files
committed
chore(Config): cleanup of keys and placeholder values
1 parent 6d3ac99 commit 4525b5c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

config.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ event:
111111
#animated: true
112112

113113
twitch:
114-
name: c4e_bot
115114
channels:
116115
- kesuaheli
117116
- taomi_

config_env.yaml.example

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ discord:
1313
guildID: 0
1414

1515
twitch:
16-
# username of the bot account
17-
name: twitch_username
1816
# twitch oauth token, starts with "oauth:"
19-
token:
17+
token: oauth:YOURTOKEN
2018
# the client ID for the twitch app
2119
clientID:
2220
# the clients secret used to generate access tokens
@@ -26,4 +24,4 @@ twitch:
2624

2725
streamelements:
2826
# Streamelements JSON Web Token (JWT)
29-
token: PUT TOKEN.HERE
27+
token: PUT.TOKEN.HERE

0 commit comments

Comments
 (0)