fixed typo

This commit is contained in:
Alex Orid 2021-01-18 10:01:57 -05:00
parent f7d3203c28
commit 538f46718c

View File

@ -27,7 +27,7 @@ def twitch_module_init(dbCert, twitchCert):
twitch_chat.twitchCredential = twitchCert twitch_chat.twitchCredential = twitchCert
for twitchChannel in config.autojoinTwitchChannels.split(): for twitchChannel in config.autojoinTwitchChannels.split():
twitch_chat.join_channel(None, "thecuriousnerd") twitch_chat.join_channel(None, twitchChannel)
def discord_module_init(dbCert, discordCert): def discord_module_init(dbCert, discordCert):