From cebba3948aae601696973ae8bd27f4525942f910 Mon Sep 17 00:00:00 2001 From: skyjoshua Date: Tue, 31 Mar 2026 19:52:23 +0100 Subject: [PATCH] cat. --- SkyBot/Commands/Chill/Cat.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SkyBot/Commands/Chill/Cat.cs b/SkyBot/Commands/Chill/Cat.cs index a1f823d..dd24f34 100644 --- a/SkyBot/Commands/Chill/Cat.cs +++ b/SkyBot/Commands/Chill/Cat.cs @@ -95,7 +95,7 @@ namespace SkyBot.Commands Height = height }; - await channel.SendMessageAsync("",attachments: [attachment]); + await MessageHelper.ReplyAsync(ctx, channel, "", [attachment]); } } }