master updates #22

Merged
alex_orid merged 10 commits from master into db-module 2021-04-09 22:06:25 +00:00
Showing only changes of commit dbff4e9e3c - Show all commits

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)