Update config.py
This commit is contained in:
parent
07612e9989
commit
21083b81e7
@ -3,7 +3,7 @@ import badwords as badwords
|
|||||||
|
|
||||||
credentialsNickname = "praxis_bot"
|
credentialsNickname = "praxis_bot"
|
||||||
|
|
||||||
twitch_module: bool = True
|
twitch_module: bool = False
|
||||||
discord_module: bool = False
|
discord_module: bool = False
|
||||||
test_module: bool = False
|
test_module: bool = False
|
||||||
user_module: bool = True
|
user_module: bool = True
|
||||||
@ -23,7 +23,7 @@ forceAll_TwitchChatChannelsTTS = False # forceAll supersedes the blockAll bool a
|
|||||||
|
|
||||||
blockAll_TTS_URL_Twitch = True
|
blockAll_TTS_URL_Twitch = True
|
||||||
|
|
||||||
autoEnabled_Twitch_rgbLightControl = True
|
autoEnabled_Twitch_rgbLightControl = False
|
||||||
|
|
||||||
twitch_defaultCommandEnabledState = True
|
twitch_defaultCommandEnabledState = True
|
||||||
#twitch_defaultCommandEnabledState_liveStreamOnly = True # If true this will make commands only available during live streams.
|
#twitch_defaultCommandEnabledState_liveStreamOnly = True # If true this will make commands only available during live streams.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user