From 41226f0358a7605e2fb668e7b6df30f658c79289 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Wed, 25 Jan 2023 04:08:37 +0100 Subject: [PATCH] Fix ShowHiddenChannels --- src/plugins/showHiddenChannels.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/showHiddenChannels.tsx b/src/plugins/showHiddenChannels.tsx index 91e4c3b..c969b30 100644 --- a/src/plugins/showHiddenChannels.tsx +++ b/src/plugins/showHiddenChannels.tsx @@ -24,12 +24,12 @@ import { Devs } from "@utils/constants"; import { ModalContent, ModalFooter, ModalHeader, ModalRoot, ModalSize, openModal } from "@utils/modal"; import { proxyLazy } from "@utils/proxyLazy"; import definePlugin, { OptionType } from "@utils/types"; -import { findByPropsLazy } from "@webpack"; +import { findByPropsLazy, findLazy } from "@webpack"; import { Button, ChannelStore, moment, Parser, PermissionStore, SnowflakeUtils, Text, Timestamp, Tooltip } from "@webpack/common"; import { Channel } from "discord-types/general"; const ChannelListClasses = findByPropsLazy("channelName", "subtitle", "modeMuted", "iconContainer"); -const Permissions = findByPropsLazy("VIEW_CHANNEL", "ADMINISTRATOR"); +const Permissions = findLazy(m => typeof m.VIEW_CHANNEL === "bigint"); const ChannelTypes = findByPropsLazy("GUILD_TEXT", "GUILD_FORUM"); const ChannelTypesToChannelName = proxyLazy(() => ({