From 8964d7f62310a261035a34ac652523f4bd8f664e Mon Sep 17 00:00:00 2001 From: spiral Date: Fri, 4 Feb 2022 14:52:06 -0500 Subject: [PATCH] chore: lint --- PluralKit.Bot/Commands/Fun.cs | 6 +++--- PluralKit.Bot/Commands/Help.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PluralKit.Bot/Commands/Fun.cs b/PluralKit.Bot/Commands/Fun.cs index d0113ebb..b1ab53e0 100644 --- a/PluralKit.Bot/Commands/Fun.cs +++ b/PluralKit.Bot/Commands/Fun.cs @@ -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) diff --git a/PluralKit.Bot/Commands/Help.cs b/PluralKit.Bot/Commands/Help.cs index 3d5325d4..f8289773 100644 --- a/PluralKit.Bot/Commands/Help.cs +++ b/PluralKit.Bot/Commands/Help.cs @@ -77,4 +77,4 @@ public class Help }); public Task Explain(Context ctx) => ctx.Reply(explanation); -} +} \ No newline at end of file