From f477fd1f6f1dd3705eb086dd4ec06139932f7e42 Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Thu, 29 Apr 2021 18:01:49 -0400 Subject: [PATCH] typo --- config.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.py b/config.py index 17f63bc..6dc1cc0 100644 --- a/config.py +++ b/config.py @@ -3,7 +3,7 @@ import badwords as badwords credentialsNickname = "praxis_bot" -#OLD CONFIGS WILL DELETE +#OLD CONFIGS WILL BE DELETED SOON #twitch_module: bool = False #discord_module: bool = False test_module: bool = False @@ -17,19 +17,19 @@ allowedCommandsList_TwitchPowerUsers = ["thecuriousnerd", "lakotor", "blastofcyn block_TwitchChannelsMessaging = [""] # Blocks the ability to send messages to twitch channels blockAll_TwitchChatChannelsMessaging = False # Blocks the ability to send messages to twitch channels -#OLD CONFIGS WILL DELETE +#OLD CONFIGS WILL BE DELETED SOON #autoEnabled_TwitchChannelsTTS = False #block_TwitchChannelsTTS = [""] # block supersedes the tts_enabled bool #blockAll_TwitchChatChannelsTTS = False # blockAll supersedes the force bool and force list and tts_enabled bool #force_TwitchChannelsTTS = [""] # force supersedes the block list #forceAll_TwitchChatChannelsTTS = False # forceAll supersedes the blockAll bool and block list and force list -#OLD CONFIGS WILL DELETE +#OLD CONFIGS WILL BE DELETED SOON #blockAll_TTS_URL_Twitch = True autoEnabled_Twitch_rgbLightControl = False -#OLD CONFIGS WILL DELETE +#OLD CONFIGS WILL BE DELETED SOON #twitch_defaultCommandEnabledState = True #twitch_defaultCommandEnabledState_liveStreamOnly = True # If true this will make commands only available during live streams. @@ -48,7 +48,7 @@ forceAll_DiscordChatChannelsTTS = False # forceAll supersedes the blockAll bool blockAll_TTS_URL_Discord = True -#OLD CONFIGS WILL DELETE +#OLD CONFIGS WILL BE DELETED SOON #autoEnabled_Discord_rgbLightControl = False #discord_defaultCommandEnabledState = True #discord_defaultCommandEnabledState_liveStreamOnly = True # If true this will make commands only available during live streams. @@ -80,7 +80,7 @@ fileNameStrategy = FileNameStrategy.CONTENT_BASED class DBStrategy(Enum): SQLite = 1 MySQL = 2 -#OLD CONFIGS WILL DELETE +#OLD CONFIGS WILL BE DELETED SOON #dbStrategy = DBStrategy.SQLite