From dbff4e9e3c69da5f9b8646cdab7c66a291388d17 Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Fri, 9 Apr 2021 18:04:01 -0400 Subject: [PATCH] fixed typo --- commands/implemented/command_lights_rgb_color.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/implemented/command_lights_rgb_color.py b/commands/implemented/command_lights_rgb_color.py index 7606798..243b98a 100644 --- a/commands/implemented/command_lights_rgb_color.py +++ b/commands/implemented/command_lights_rgb_color.py @@ -11,7 +11,7 @@ class CommandRoll(AbstractCommand, metaclass=ABCMeta): """ this is the roll command. """ - command = "!lights" + command = "lights" def __init__(self): super().__init__(CommandRoll.command, n_args=3, command_type=AbstractCommand.CommandType.Praxis)