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)