Update syntax error formatting
This commit is contained in:
parent
9ad16a98ed
commit
30c0fc9b43
@ -82,7 +82,7 @@ namespace PluralKit.Bot.CommandSystem
|
|||||||
}
|
}
|
||||||
catch (PKSyntaxError e)
|
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)
|
catch (PKError e)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user