From 21083b81e7576a53e963410311c0b10dcca8fa82 Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Fri, 16 Apr 2021 01:31:56 -0400 Subject: [PATCH] Update config.py --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 24cf0c3..ee2fa26 100644 --- a/config.py +++ b/config.py @@ -3,7 +3,7 @@ import badwords as badwords credentialsNickname = "praxis_bot" -twitch_module: bool = True +twitch_module: bool = False discord_module: bool = False test_module: bool = False user_module: bool = True @@ -23,7 +23,7 @@ forceAll_TwitchChatChannelsTTS = False # forceAll supersedes the blockAll bool a blockAll_TTS_URL_Twitch = True -autoEnabled_Twitch_rgbLightControl = True +autoEnabled_Twitch_rgbLightControl = False twitch_defaultCommandEnabledState = True #twitch_defaultCommandEnabledState_liveStreamOnly = True # If true this will make commands only available during live streams.