Fix red button nudge lid aliases.
This commit is contained in:
parent
09cc31dafc
commit
e4a71ef420
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class CmdNudge(Command):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
key = "nudge lid" # two-word command name!
|
key = "nudge lid" # two-word command name!
|
||||||
alias = ["nudge"]
|
aliases = ["nudge"]
|
||||||
|
|
||||||
def func(self):
|
def func(self):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue