feat: when the myriad is sys-- er, sus
This commit is contained in:
parent
ce546bd2d4
commit
0977088753
@ -83,6 +83,7 @@ public partial class CommandTree
|
||||
if (ctx.Match("starstorm")) return ctx.Execute<Fun>(null, m => m.Starstorm(ctx));
|
||||
if (ctx.Match("flash")) return ctx.Execute<Fun>(null, m => m.Flash(ctx));
|
||||
if (ctx.Match("rool")) return ctx.Execute<Fun>(null, m => m.Rool(ctx));
|
||||
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")) return ctx.Execute<Misc>(null, m => m.Stats(ctx));
|
||||
if (ctx.Match("permcheck"))
|
||||
|
@ -30,6 +30,9 @@ public class Fun
|
||||
|
||||
public Task Rool(Context ctx) =>
|
||||
ctx.Reply("*\"What the fuck is a Pokémon?\"*");
|
||||
|
||||
public Task Sus(Context ctx) =>
|
||||
ctx.Reply("\U0001F4EE");
|
||||
|
||||
public Task Error(Context ctx)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user