From 30bd3a9d25f2677f8684cc3c668d7a120213874f Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Fri, 30 Apr 2021 02:14:11 -0400 Subject: [PATCH] typos --- commands/implemented/Command_lights_v2.py | 2 +- commands/implemented/Command_roll_v2.py | 2 +- commands/implemented/Command_tts_v2.py | 2 +- config.py | 5 +++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/commands/implemented/Command_lights_v2.py b/commands/implemented/Command_lights_v2.py index 66e1fbd..5cff0dd 100644 --- a/commands/implemented/Command_lights_v2.py +++ b/commands/implemented/Command_lights_v2.py @@ -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" diff --git a/commands/implemented/Command_roll_v2.py b/commands/implemented/Command_roll_v2.py index a174567..030d875 100644 --- a/commands/implemented/Command_roll_v2.py +++ b/commands/implemented/Command_roll_v2.py @@ -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" diff --git a/commands/implemented/Command_tts_v2.py b/commands/implemented/Command_tts_v2.py index fbbaf86..08b7d10 100644 --- a/commands/implemented/Command_tts_v2.py +++ b/commands/implemented/Command_tts_v2.py @@ -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" diff --git a/config.py b/config.py index efc54bc..53d5f28 100644 --- a/config.py +++ b/config.py @@ -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