Change example pronouns to neutral pronouns

This commit is contained in:
Alma Attwater 2020-11-01 20:26:44 +00:00
parent 131e089697
commit aa4b5d91ee
No known key found for this signature in database
GPG key ID: 201DC4A170DE14C8

View file

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