From aa4b5d91eea988262281bb48d48fcc8c52e9f115 Mon Sep 17 00:00:00 2001 From: Alma Attwater Date: Sun, 1 Nov 2020 20:26:44 +0000 Subject: [PATCH] Change example pronouns to neutral pronouns --- modules/pronouns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pronouns.py b/modules/pronouns.py index f800dad5..55b0a8d8 100644 --- a/modules/pronouns.py +++ b/modules/pronouns.py @@ -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):