config deletion
This commit is contained in:
parent
3d0f2b0a90
commit
72ea8f7b71
16
config.py
16
config.py
@ -3,9 +3,6 @@ import badwords as badwords
|
||||
|
||||
credentialsNickname = "praxis_bot"
|
||||
|
||||
#OLD CONFIGS WILL BE DELETED SOON
|
||||
#twitch_module: bool = False
|
||||
#discord_module: bool = False
|
||||
test_module: bool = False
|
||||
user_module: bool = True
|
||||
|
||||
@ -21,15 +18,6 @@ blockAll_TwitchChatChannelsMessaging = False # Blocks the ability to send messag
|
||||
|
||||
autoEnabled_TwitchTTS = False # Enables TTS for ALL
|
||||
autoEnabled_TwitchTTS_SpeakersList_Only = False # Enables TTS for Allowed TTS List Only
|
||||
#OLD CONFIGS WILL BE DELETED SOON
|
||||
#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 BE DELETED SOON
|
||||
#twitch_defaultCommandEnabledState = True
|
||||
#twitch_defaultCommandEnabledState_liveStreamOnly = True # If true this will make commands only available during live streams.
|
||||
|
||||
#Discord Module Configs
|
||||
block_DiscordChannelsMessaging = [""] # Blocks the ability to send messages to Discord channels
|
||||
@ -44,10 +32,6 @@ blockAll_DiscordChannelsTTS = False # blockAll supersedes the force bool and for
|
||||
force_DiscordChannelsTTS = [""] # force supersedes the block list
|
||||
forceAll_DiscordChatChannelsTTS = False # forceAll supersedes the blockAll bool and block list and force list
|
||||
|
||||
#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.
|
||||
|
||||
#User Module Configs
|
||||
blockAll_TTS_URL_UserModule = True
|
||||
|
||||
Loading…
Reference in New Issue
Block a user