mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 08:10:10 +00:00
feat: meow
This commit is contained in:
parent
b477ade3fe
commit
77f5642307
3 changed files with 11 additions and 7 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue