This commit is contained in:
Alex Orid 2021-04-30 02:14:11 -04:00
parent f56eb4ab5e
commit 30bd3a9d25
4 changed files with 6 additions and 5 deletions

View File

@ -16,7 +16,7 @@ praxis_logger_obj.log("\n -Starting Logs: " + os.path.basename(__file__))
class Command_lights_v2(AbstractCommand, metaclass=ABCMeta):
"""
this is the test command.
this is the lights command.
"""
command = "!lights"

View File

@ -7,7 +7,7 @@ import utilities_script as utility
class Command_roll_v2(AbstractCommand, metaclass=ABCMeta):
"""
this is the test command.
this is the roll command.
"""
command = "!roll"

View File

@ -18,7 +18,7 @@ praxis_logger_obj.log("\n -Starting Logs: " + os.path.basename(__file__))
class Command_tts_v2(AbstractCommand, metaclass=ABCMeta):
"""
this is the test command.
this is the tts command.
"""
command = "!tts"

View File

@ -11,8 +11,9 @@ user_module: bool = True
autoJoin_TwitchChannel = "thecuriousnerd"
autoJoin_TwitchChannels = ["thecuriousnerd"]
allowedCommandsList_TwitchPowerUsers = ["thecuriousnerd", "lakotor", "blastofcynicism"]
allowedTTS_List = ["thecuriousnerd", "lakotor", "blastofcynicism", "<@76078763984551936>"]
allowedCommandsList_TwitchPowerUsers = ["thecuriousnerd", "lakotor", "blastofcynicism", "theredpoint"]
allowedTTS_List = ["thecuriousnerd", "lakotor", "blastofcynicism", "theredpoint", "<@76078763984551936>"]
adminUsers_List =["thecuriousnerd", "<@76078763984551936>"]
#Twitch Module Configs
block_TwitchChannelsMessaging = [""] # Blocks the ability to send messages to twitch channels