This commit is contained in:
2026-03-31 19:52:23 +01:00
parent 8a1f295591
commit cebba3948a

View File

@@ -95,7 +95,7 @@ namespace SkyBot.Commands
Height = height
};
await channel.SendMessageAsync("",attachments: [attachment]);
await MessageHelper.ReplyAsync(ctx, channel, "", [attachment]);
}
}
}