mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 22:07:55 +00:00
feat: add basic premium scaffolding
This commit is contained in:
parent
578c09c216
commit
5e462a0ca2
8 changed files with 70 additions and 2 deletions
|
|
@ -92,6 +92,7 @@ public partial class CommandTree
|
|||
if (ctx.Match("sus")) return ctx.Execute<Fun>(null, m => m.Sus(ctx));
|
||||
if (ctx.Match("error")) return ctx.Execute<Fun>(null, m => m.Error(ctx));
|
||||
if (ctx.Match("stats", "status")) return ctx.Execute<Misc>(null, m => m.Stats(ctx));
|
||||
if (ctx.Match("premium")) return ctx.Execute<Misc>(null, m => m.Premium(ctx));
|
||||
if (ctx.Match("permcheck"))
|
||||
return ctx.Execute<Checks>(PermCheck, m => m.PermCheckGuild(ctx));
|
||||
if (ctx.Match("proxycheck"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue