feat: meow

This commit is contained in:
dusk 2025-01-05 13:12:07 +09:00
parent b477ade3fe
commit 77f5642307
No known key found for this signature in database
3 changed files with 11 additions and 7 deletions

View file

@ -34,6 +34,9 @@ public class Fun
public Task Sus(Context ctx) =>
ctx.Reply("\U0001F4EE");
public Task Meow(Context ctx) =>
ctx.Reply("*mrrp :3*");
public Task Error(Context ctx)
{
if (ctx.Match("message"))