Removes the '@mention' instruction from ShowBannerImage

This commit is contained in:
vmorrisonwood 2024-01-23 20:48:33 +00:00
parent 29382b252f
commit 543edea87d

View file

@ -213,7 +213,7 @@ public class MemberEdit
else
{
throw new PKSyntaxError(
"This member does not have a banner image set. Set one by attaching an image to this command, or by passing an image URL or @mention.");
"This member does not have a banner image set. Set one by attaching an image to this command, or by passing an image URL.");
}
}