Remove Unused Const in BlockKeywords

This commit is contained in:
thororen1234 2024-10-27 02:51:19 -04:00
parent 8be433bd72
commit f2c2246d1e

View file

@ -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<RegExp>;
const settings = definePluginSettings({