fix(bot): remove '@mention' instruction from ShowBannerImage (#603)

This commit is contained in:
Ouroboros 2024-01-27 00:58:32 +00:00 committed by GitHub
parent bf51c1921b
commit e167b0e0d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -213,7 +213,7 @@ public class MemberEdit
else else
{ {
throw new PKSyntaxError( 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.");
} }
} }