startup and config changes #12

Merged
alex_orid merged 5 commits from startup-changes into master 2021-01-20 04:49:30 +00:00
Showing only changes of commit 538f46718c - Show all commits

View File

@ -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):