mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 13:57:54 +00:00
Properly target system find
This commit is contained in:
parent
a76d7a6777
commit
268eabb047
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ namespace PluralKit.Bot
|
|||
else if (ctx.Match("list", "l", "members"))
|
||||
await ctx.Execute<SystemList>(SystemList, m => m.MemberList(ctx, target));
|
||||
else if (ctx.Match("find", "search", "query", "fd", "s"))
|
||||
await ctx.Execute<SystemList>(SystemFind, m => m.MemberFind(ctx, ctx.System));
|
||||
await ctx.Execute<SystemList>(SystemFind, m => m.MemberFind(ctx, target));
|
||||
else if (ctx.Match("f", "front", "fronter", "fronters"))
|
||||
{
|
||||
if (ctx.Match("h", "history"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue