typos
This commit is contained in:
parent
f56eb4ab5e
commit
30bd3a9d25
@ -16,7 +16,7 @@ praxis_logger_obj.log("\n -Starting Logs: " + os.path.basename(__file__))
|
|||||||
|
|
||||||
class Command_lights_v2(AbstractCommand, metaclass=ABCMeta):
|
class Command_lights_v2(AbstractCommand, metaclass=ABCMeta):
|
||||||
"""
|
"""
|
||||||
this is the test command.
|
this is the lights command.
|
||||||
"""
|
"""
|
||||||
command = "!lights"
|
command = "!lights"
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@ import utilities_script as utility
|
|||||||
|
|
||||||
class Command_roll_v2(AbstractCommand, metaclass=ABCMeta):
|
class Command_roll_v2(AbstractCommand, metaclass=ABCMeta):
|
||||||
"""
|
"""
|
||||||
this is the test command.
|
this is the roll command.
|
||||||
"""
|
"""
|
||||||
command = "!roll"
|
command = "!roll"
|
||||||
|
|
||||||
|
|||||||
@ -18,7 +18,7 @@ praxis_logger_obj.log("\n -Starting Logs: " + os.path.basename(__file__))
|
|||||||
|
|
||||||
class Command_tts_v2(AbstractCommand, metaclass=ABCMeta):
|
class Command_tts_v2(AbstractCommand, metaclass=ABCMeta):
|
||||||
"""
|
"""
|
||||||
this is the test command.
|
this is the tts command.
|
||||||
"""
|
"""
|
||||||
command = "!tts"
|
command = "!tts"
|
||||||
|
|
||||||
|
|||||||
@ -11,8 +11,9 @@ user_module: bool = True
|
|||||||
|
|
||||||
autoJoin_TwitchChannel = "thecuriousnerd"
|
autoJoin_TwitchChannel = "thecuriousnerd"
|
||||||
autoJoin_TwitchChannels = ["thecuriousnerd"]
|
autoJoin_TwitchChannels = ["thecuriousnerd"]
|
||||||
allowedCommandsList_TwitchPowerUsers = ["thecuriousnerd", "lakotor", "blastofcynicism"]
|
allowedCommandsList_TwitchPowerUsers = ["thecuriousnerd", "lakotor", "blastofcynicism", "theredpoint"]
|
||||||
allowedTTS_List = ["thecuriousnerd", "lakotor", "blastofcynicism", "<@76078763984551936>"]
|
allowedTTS_List = ["thecuriousnerd", "lakotor", "blastofcynicism", "theredpoint", "<@76078763984551936>"]
|
||||||
|
adminUsers_List =["thecuriousnerd", "<@76078763984551936>"]
|
||||||
|
|
||||||
#Twitch Module Configs
|
#Twitch Module Configs
|
||||||
block_TwitchChannelsMessaging = [""] # Blocks the ability to send messages to twitch channels
|
block_TwitchChannelsMessaging = [""] # Blocks the ability to send messages to twitch channels
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user