Add system avatar preview as well

This commit is contained in:
Ske
2019-12-28 12:47:31 +01:00
parent 468241c92f
commit c80965394d
3 changed files with 28 additions and 5 deletions

View File

@@ -289,7 +289,7 @@ namespace PluralKit.Bot.Commands
else
{
if (target.System == ctx.System?.Id)
throw new PKSyntaxError($"This member does not have an avatar set. Set one by attaching an image to this command, or by passing an image URL.");
throw new PKSyntaxError($"This member does not have an avatar set. Set one by attaching an image to this command, or by passing an image URL or @mention.");
throw new PKError($"This member does not have an avatar set.");
}