mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(bot): remove '@mention' instruction from ShowBannerImage (#603)
This commit is contained in:
parent
bf51c1921b
commit
e167b0e0d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue