mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
chore: lint
This commit is contained in:
parent
0977088753
commit
8964d7f623
2 changed files with 4 additions and 4 deletions
|
|
@ -28,10 +28,10 @@ public class Fun
|
|||
ctx.Reply(
|
||||
"*A ball of green light appears above your head and flies towards your enemy, exploding on contact.*");
|
||||
|
||||
public Task Rool(Context ctx) =>
|
||||
public Task Rool(Context ctx) =>
|
||||
ctx.Reply("*\"What the fuck is a Pokémon?\"*");
|
||||
|
||||
public Task Sus(Context ctx) =>
|
||||
|
||||
public Task Sus(Context ctx) =>
|
||||
ctx.Reply("\U0001F4EE");
|
||||
|
||||
public Task Error(Context ctx)
|
||||
|
|
|
|||
|
|
@ -77,4 +77,4 @@ public class Help
|
|||
});
|
||||
|
||||
public Task Explain(Context ctx) => ctx.Reply(explanation);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue