feat: add pk;dash command that links to the dashboard

This commit is contained in:
rladenson 2024-10-02 20:54:49 -06:00
parent debfc46776
commit c26b61ce62

View file

@ -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.Reply("The PluralKit dashboard is at <https://dash.pluralkit.me>");
// remove compiler warning
return ctx.Reply(