mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 07:17:56 +00:00
feat: when the myriad is sys-- er, sus
This commit is contained in:
parent
ce546bd2d4
commit
0977088753
2 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue