From 2859333945602802477725032f85bb4b48a78916 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Sun, 16 Feb 2025 20:16:41 -0500 Subject: [PATCH] Ignore CustomUserColors Patches --- src/equicordplugins/customUserColors/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/equicordplugins/customUserColors/index.tsx b/src/equicordplugins/customUserColors/index.tsx index 6207e05b..16349162 100644 --- a/src/equicordplugins/customUserColors/index.tsx +++ b/src/equicordplugins/customUserColors/index.tsx @@ -11,7 +11,7 @@ import { get } from "@api/DataStore"; import { definePluginSettings, migratePluginSettings, Settings } from "@api/Settings"; import { EquicordDevs } from "@utils/constants"; import { openModal } from "@utils/modal"; -import definePlugin, { OptionType } from "@utils/types"; +import definePlugin, { OptionType, ReporterTestable } from "@utils/types"; import { extractAndLoadChunksLazy } from "@webpack"; import { Menu } from "@webpack/common"; import { User } from "discord-types/general"; @@ -76,6 +76,7 @@ export default definePlugin({ description: "Lets you add a custom color to any user, anywhere! Highly recommend to use with typingTweaks and roleColorEverywhere", authors: [EquicordDevs.mochienya], contextMenus: { "user-context": userContextMenuPatch }, + reporterTestable: ReporterTestable.None, settings, requireSettingsMenu, getCustomColorString,