master updates #41

Manually merged
alex_orid merged 177 commits from master into github-master 2021-05-13 21:11:10 +00:00
Showing only changes of commit 8bd428637e - Show all commits

View File

@ -3,8 +3,9 @@ import badwords as badwords
credentialsNickname = "praxis_bot"
twitch_module: bool = False
discord_module: bool = False
#OLD CONFIGS WILL DELETE
#twitch_module: bool = False
#discord_module: bool = False
test_module: bool = False
user_module: bool = True
@ -16,17 +17,20 @@ 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
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
#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
blockAll_TTS_URL_Twitch = True
#OLD CONFIGS WILL DELETE
#blockAll_TTS_URL_Twitch = True
autoEnabled_Twitch_rgbLightControl = False
twitch_defaultCommandEnabledState = True
#OLD CONFIGS WILL DELETE
#twitch_defaultCommandEnabledState = True
#twitch_defaultCommandEnabledState_liveStreamOnly = True # If true this will make commands only available during live streams.
#Discord Module Configs
@ -34,6 +38,7 @@ block_DiscordChannelsMessaging = [""] # Blocks the ability to send messages to D
blockAll_DiscordChannelsMessaging = False # Blocks the ability to send messages to Discord channels
blockAll_DiscordPrivateMessaging = False # Private Messaging not yet implemented
autoEnabled_DiscordChannelsTTS = False
selected_DiscordTTSChannels = ["431129571308339210"]
block_DiscordChannelsTTS = [""] # block supersedes the tts_enabled bool
@ -71,16 +76,15 @@ class FileNameStrategy(Enum):
fileNameStrategy = FileNameStrategy.CONTENT_BASED
#OLD CLASS WILL DELETE
class DBStrategy(Enum):
SQLite = 1
MySQL = 2
dbStrategy = DBStrategy.SQLite
#OLD CONFIGS WILL DELETE
#dbStrategy = DBStrategy.SQLite
#TTS Configs
is_tts_Speaker_Enabled = False
is_tts_URL_Blocked = True