Merge pull request #289 from attwater/master

Change example pronouns to neutral pronouns
This commit is contained in:
jess 2020-11-21 21:13:48 +00:00 committed by GitHub
commit b3dc46a030
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
from src import ModuleManager, utils from src import ModuleManager, utils
@utils.export("set", utils.Setting("pronouns", "Set your pronouns", @utils.export("set", utils.Setting("pronouns", "Set your pronouns",
example="she/her")) example="they/them"))
class Module(ModuleManager.BaseModule): class Module(ModuleManager.BaseModule):
@utils.hook("received.command.pronouns") @utils.hook("received.command.pronouns")
def pronouns(self, event): def pronouns(self, event):