Fix aliases for gender command

This commit is contained in:
Griatch 2019-03-06 16:47:09 +01:00
parent 3618fbf3ef
commit 9ab2422311

View file

@ -64,7 +64,7 @@ class SetGender(Command):
""" """
key = "@gender" key = "@gender"
alias = "@sex" aliases = "@sex"
locks = "call:all()" locks = "call:all()"
def func(self): def func(self):