mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 14:57:54 +00:00
feat: pk;config
This commit is contained in:
parent
d195c80d92
commit
56d07e0f2d
41 changed files with 648 additions and 313 deletions
|
|
@ -34,7 +34,7 @@ public class Random
|
|||
|
||||
var randInt = randGen.Next(members.Count);
|
||||
await ctx.Reply(embed: await _embeds.CreateMemberEmbed(ctx.System, members[randInt], ctx.Guild,
|
||||
ctx.LookupContextFor(ctx.System)));
|
||||
ctx.LookupContextFor(ctx.System), ctx.Zone));
|
||||
}
|
||||
|
||||
public async Task Group(Context ctx)
|
||||
|
|
@ -72,6 +72,6 @@ public class Random
|
|||
|
||||
var randInt = randGen.Next(ms.Count);
|
||||
await ctx.Reply(embed: await _embeds.CreateMemberEmbed(ctx.System, ms[randInt], ctx.Guild,
|
||||
ctx.LookupContextFor(ctx.System)));
|
||||
ctx.LookupContextFor(ctx.System), ctx.Zone));
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue