eb.WithDescription($"To clear, use `pk;member {target.Hid} avatar clear`.");
awaitctx.Reply(embed:eb.Build());
}
else
{
if(target.System==ctx.System?.Id)
thrownewPKSyntaxError($"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.");
thrownewPKError($"This member does not have an avatar set.");
$"{Emojis.Success} Member avatar changed to {user.Username}'s avatar! {Emojis.Warn} Please note that if {user.Username} changes their avatar, the webhook's avatar will need to be re-set.",embed:embed);
awaitctx.Reply($"{Emojis.Success} Member avatar changed to attached image. Please note that if you delete the message containing the attachment, the avatar will stop working.");
}
// No-arguments no-attachment case covered by conditional at the very top