From 5c83b38bea0fc2b06afc227c7090052233d2101b Mon Sep 17 00:00:00 2001 From: Macintosh II Date: Thu, 28 Sep 2023 18:30:29 +0300 Subject: [PATCH] HOW DID I MISS IT Signed-off-by: Macintosh II --- src/Commands/KickCommandGroup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/KickCommandGroup.cs b/src/Commands/KickCommandGroup.cs index 3a54682..c3a4179 100644 --- a/src/Commands/KickCommandGroup.cs +++ b/src/Commands/KickCommandGroup.cs @@ -131,7 +131,7 @@ public class KickCommandGroup : CommandGroup { var dmEmbed = new EmbedBuilder().WithGuildTitle(guild) .WithTitle(Messages.YouWereKicked) - .WithDescription(string.Format(Messages.DescriptionActionReason, reason)) + .WithDescription($"- {string.Format(Messages.DescriptionActionReason, reason)}") .WithActionFooter(user) .WithCurrentTimestamp() .WithColour(ColorsList.Red)