mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat(bot): add pk;dashboard command
This commit is contained in:
parent
7fb1681cac
commit
24eda3a862
3 changed files with 5 additions and 0 deletions
|
|
@ -105,6 +105,8 @@ public partial class CommandTree
|
|||
return ctx.Execute<Random>(GroupRandom, r => r.Group(ctx, ctx.System));
|
||||
else
|
||||
return ctx.Execute<Random>(MemberRandom, m => m.Member(ctx, ctx.System));
|
||||
if (ctx.Match("dashboard", "dash"))
|
||||
return ctx.Execute<Help>(Dashboard, m => m.Dashboard(ctx));
|
||||
|
||||
// remove compiler warning
|
||||
return ctx.Reply(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue