diff --git a/PluralKit.Bot/Commands/MemberCommands.cs b/PluralKit.Bot/Commands/MemberCommands.cs index e028c315..09a5da8c 100644 --- a/PluralKit.Bot/Commands/MemberCommands.cs +++ b/PluralKit.Bot/Commands/MemberCommands.cs @@ -163,6 +163,8 @@ namespace PluralKit.Bot.Commands target.Suffix = null; await _data.SaveMember(target); await ctx.Reply($"{Emojis.Success} Member proxy tags cleared."); + + await _proxyCache.InvalidateResultsForSystem(ctx.System); return; }