diff --git a/src/Discord.Net.Interactions/Info/Commands/CommandInfo.cs b/src/Discord.Net.Interactions/Info/Commands/CommandInfo.cs index f9fdb6e38..36cc6cbd8 100644 --- a/src/Discord.Net.Interactions/Info/Commands/CommandInfo.cs +++ b/src/Discord.Net.Interactions/Info/Commands/CommandInfo.cs @@ -241,7 +241,7 @@ namespace Discord.Interactions } builder.AppendFormat(" {0}", Name); - return builder.ToString(); + return builder.ToString().Trim(); } } }