fixed lights help
This commit is contained in:
parent
5ccf36b1bd
commit
d1d90b4ceb
@ -16,7 +16,7 @@ class CommandLights(AbstractCommand, metaclass=ABCMeta):
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__(CommandLights.command, n_args=3, command_type=AbstractCommand.CommandType.Praxis)
|
super().__init__(CommandLights.command, n_args=3, command_type=AbstractCommand.CommandType.Praxis)
|
||||||
self.help = ["This command allows you to modify the lights via the Lights_Module.",
|
self.help = ["This command allows you to modify the lights via the Lights_Module.",
|
||||||
"\nExample:","lights \"SCENE\"","lights \"COLOR\"","lights \"R G B\"","lights \"1 0.5 0\""]
|
"\nExample:","lights \"SCENE\"","lights \"COLOR\"","lights \"R\" \"G\" \"B\"","lights \"1\" \"0.5\" \"0\""]
|
||||||
|
|
||||||
def do_command(self, bot, user_message):
|
def do_command(self, bot, user_message):
|
||||||
tempBool = True
|
tempBool = True
|
||||||
|
|||||||
@ -16,7 +16,7 @@ class CommandLights(AbstractCommand, metaclass=ABCMeta):
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__(CommandLights.command, n_args=3, command_type=AbstractCommand.CommandType.TWITCH)
|
super().__init__(CommandLights.command, n_args=3, command_type=AbstractCommand.CommandType.TWITCH)
|
||||||
self.help = ["This command allows you to modify the lights via the Lights_Module.",
|
self.help = ["This command allows you to modify the lights via the Lights_Module.",
|
||||||
"\nExample:","!lights \"SCENE\"","!lights \"COLOR\"","!lights \"R G B\"","!lights \"1 0.5 0\""]
|
"\nExample:","!lights \"SCENE\"","!lights \"COLOR\"","!lights \"R\" \"G\" \"B\"","!lights \"1\" \"0.5\" \"0\""]
|
||||||
|
|
||||||
def do_command(self, bot, twitch_message):
|
def do_command(self, bot, twitch_message):
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user