From f2c2246d1ed6937d185429e7fa1f022fb5c1b7a1 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Sun, 27 Oct 2024 02:51:19 -0400 Subject: [PATCH] Remove Unused Const in BlockKeywords --- src/equicordplugins/blockKeywords/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/equicordplugins/blockKeywords/index.ts b/src/equicordplugins/blockKeywords/index.ts index ccde2ec0..7896cc32 100644 --- a/src/equicordplugins/blockKeywords/index.ts +++ b/src/equicordplugins/blockKeywords/index.ts @@ -7,11 +7,8 @@ import { definePluginSettings, Settings } from "@api/Settings"; import { EquicordDevs } from "@utils/constants"; import definePlugin, { OptionType } from "@utils/types"; -import { findByPropsLazy } from "@webpack"; import { MessageJSON } from "discord-types/general"; -const RelationshipStore = findByPropsLazy("getRelationships", "isBlocked"); - let blockedKeywords: Array; const settings = definePluginSettings({