diff --git a/utils.tsx b/utils.tsx index b9a7922..cc62147 100644 --- a/utils.tsx +++ b/utils.tsx @@ -8,7 +8,7 @@ import { classNameFactory } from "@api/Styles"; import { findComponentByCodeLazy } from "@webpack"; import { Guild } from "discord-types/general"; -export const ServerProfileComponent = findComponentByCodeLazy("{guildProfile:v,fetchGuildProfile:O,fetchStatus:I}"); +export const ServerProfileComponent = findComponentByCodeLazy("{guildProfile:", "GUILD_PROFILE"); export const cl = classNameFactory("vc-serverprofileforward-"); export const ArrowSvg = () => ;