Change example pronouns to neutral pronouns
This commit is contained in:
parent
131e089697
commit
aa4b5d91ee
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
from src import ModuleManager, utils
|
||||
|
||||
@utils.export("set", utils.Setting("pronouns", "Set your pronouns",
|
||||
example="she/her"))
|
||||
example="they/them"))
|
||||
class Module(ModuleManager.BaseModule):
|
||||
@utils.hook("received.command.pronouns")
|
||||
def pronouns(self, event):
|
||||
|
|
Loading…
Reference in a new issue