From e167b0e0d9eef1c10625dbe85730e2504a00e914 Mon Sep 17 00:00:00 2001 From: Ouroboros <66399070+vmorrisonwood@users.noreply.github.com> Date: Sat, 27 Jan 2024 00:58:32 +0000 Subject: [PATCH] fix(bot): remove '@mention' instruction from ShowBannerImage (#603) --- PluralKit.Bot/Commands/MemberEdit.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PluralKit.Bot/Commands/MemberEdit.cs b/PluralKit.Bot/Commands/MemberEdit.cs index ef5289ae..84b50015 100644 --- a/PluralKit.Bot/Commands/MemberEdit.cs +++ b/PluralKit.Bot/Commands/MemberEdit.cs @@ -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."); } }