This commit is contained in:
Alex Orid 2021-04-29 18:01:49 -04:00
parent a2b31868b4
commit f477fd1f6f

View File

@ -3,7 +3,7 @@ import badwords as badwords
credentialsNickname = "praxis_bot" credentialsNickname = "praxis_bot"
#OLD CONFIGS WILL DELETE #OLD CONFIGS WILL BE DELETED SOON
#twitch_module: bool = False #twitch_module: bool = False
#discord_module: bool = False #discord_module: bool = False
test_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 block_TwitchChannelsMessaging = [""] # Blocks the ability to send messages to twitch channels
blockAll_TwitchChatChannelsMessaging = False # 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 #autoEnabled_TwitchChannelsTTS = False
#block_TwitchChannelsTTS = [""] # block supersedes the tts_enabled bool #block_TwitchChannelsTTS = [""] # block supersedes the tts_enabled bool
#blockAll_TwitchChatChannelsTTS = False # blockAll supersedes the force bool and force list and 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 #force_TwitchChannelsTTS = [""] # force supersedes the block list
#forceAll_TwitchChatChannelsTTS = False # forceAll supersedes the blockAll bool and block list and force 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 #blockAll_TTS_URL_Twitch = True
autoEnabled_Twitch_rgbLightControl = False autoEnabled_Twitch_rgbLightControl = False
#OLD CONFIGS WILL DELETE #OLD CONFIGS WILL BE DELETED SOON
#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.
@ -48,7 +48,7 @@ forceAll_DiscordChatChannelsTTS = False # forceAll supersedes the blockAll bool
blockAll_TTS_URL_Discord = True blockAll_TTS_URL_Discord = True
#OLD CONFIGS WILL DELETE #OLD CONFIGS WILL BE DELETED SOON
#autoEnabled_Discord_rgbLightControl = False #autoEnabled_Discord_rgbLightControl = False
#discord_defaultCommandEnabledState = True #discord_defaultCommandEnabledState = True
#discord_defaultCommandEnabledState_liveStreamOnly = True # If true this will make commands only available during live streams. #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): class DBStrategy(Enum):
SQLite = 1 SQLite = 1
MySQL = 2 MySQL = 2
#OLD CONFIGS WILL DELETE #OLD CONFIGS WILL BE DELETED SOON
#dbStrategy = DBStrategy.SQLite #dbStrategy = DBStrategy.SQLite