diff --git a/PluralKit.Bot/CommandSystem/Context.cs b/PluralKit.Bot/CommandSystem/Context.cs index 51385ae6..7d990f7f 100644 --- a/PluralKit.Bot/CommandSystem/Context.cs +++ b/PluralKit.Bot/CommandSystem/Context.cs @@ -82,7 +82,7 @@ namespace PluralKit.Bot.CommandSystem } catch (PKSyntaxError e) { - await Reply($"{Emojis.Error} {e.Message}\n**Command usage:** pk;{commandDef.Usage}"); + await Reply($"{Emojis.Error} {e.Message}\n**Command usage:**\n> pk;{commandDef.Usage}"); } catch (PKError e) {