mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 01:00:12 +00:00
fix(bot): fix typo in member no pronouns set response
This commit is contained in:
parent
e9c55497fd
commit
c74b5ef549
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ public class MemberEdit
|
||||||
{
|
{
|
||||||
var noPronounsSetMessage = "This member does not have pronouns set.";
|
var noPronounsSetMessage = "This member does not have pronouns set.";
|
||||||
if (ctx.System?.Id == target.System)
|
if (ctx.System?.Id == target.System)
|
||||||
noPronounsSetMessage += $"To set some, type `pk;member {target.Reference(ctx)} pronouns <pronouns>`.";
|
noPronounsSetMessage += $" To set some, type `pk;member {target.Reference(ctx)} pronouns <pronouns>`.";
|
||||||
|
|
||||||
ctx.CheckSystemPrivacy(target.System, target.PronounPrivacy);
|
ctx.CheckSystemPrivacy(target.System, target.PronounPrivacy);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue