mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Correct word in member find title
This commit is contained in:
parent
e70236b9c0
commit
2268a33600
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ namespace PluralKit.Bot
|
|||
var searchTerm = ctx.RemainderOrNull() ?? throw new PKSyntaxError("You must specify a search term.");
|
||||
|
||||
var embedTitle = system.Name != null
|
||||
? $"Members of {system.Name.SanitizeMentions()} (`{system.Hid}`) **{searchTerm.SanitizeMentions()}**"
|
||||
? $"Members of {system.Name.SanitizeMentions()} (`{system.Hid}`) matching **{searchTerm.SanitizeMentions()}**"
|
||||
: $"Members of `{system.Hid}` matching **{searchTerm.SanitizeMentions()}**";
|
||||
|
||||
bool Filter(PKMember member) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue