fixed typo

This commit is contained in:
Alex Orid 2021-04-09 18:04:01 -04:00
parent af9623e61d
commit dbff4e9e3c

View File

@ -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)