mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-17 11:10:13 +00:00
Removes the '@mention' instruction from ShowBannerImage
This commit is contained in:
parent
29382b252f
commit
543edea87d
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