Update syntax error formatting

This commit is contained in:
Ske 2019-12-28 12:16:26 +01:00
parent 9ad16a98ed
commit 30c0fc9b43

View File

@ -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)
{