From 8a01d7d37a130649baac618176fab453d40b925c Mon Sep 17 00:00:00 2001 From: dusk Date: Sun, 12 Jan 2025 04:27:02 +0900 Subject: [PATCH] style: format --- PluralKit.Bot/CommandMeta/CommandTree.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PluralKit.Bot/CommandMeta/CommandTree.cs b/PluralKit.Bot/CommandMeta/CommandTree.cs index 7ce43b3d..edbc8428 100644 --- a/PluralKit.Bot/CommandMeta/CommandTree.cs +++ b/PluralKit.Bot/CommandMeta/CommandTree.cs @@ -22,7 +22,7 @@ public partial class CommandTree "cfg_ap_timeout_update" => ctx.Execute(null, m => m.EditAutoproxyTimeout(ctx)), "fun_thunder" => ctx.Execute(null, m => m.Thunder(ctx)), "fun_meow" => ctx.Execute(null, m => m.Meow(ctx)), - _ => + _ => // this should only ever occur when deving if commands are not implemented... ctx.Reply( $"{Emojis.Error} Parsed command {ctx.Parameters.Callback().AsCode()} not implemented in PluralKit.Bot!"),