fixed typo
This commit is contained in:
parent
f7d3203c28
commit
538f46718c
2
main.py
2
main.py
@ -27,7 +27,7 @@ def twitch_module_init(dbCert, twitchCert):
|
||||
twitch_chat.twitchCredential = twitchCert
|
||||
|
||||
for twitchChannel in config.autojoinTwitchChannels.split():
|
||||
twitch_chat.join_channel(None, "thecuriousnerd")
|
||||
twitch_chat.join_channel(None, twitchChannel)
|
||||
|
||||
|
||||
def discord_module_init(dbCert, discordCert):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user