fix FriendsSince

This commit is contained in:
Vendicated 2024-05-02 15:38:53 +02:00
parent f54dcb74d7
commit 0a598ae966
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
3 changed files with 31 additions and 8 deletions

View file

@ -9,9 +9,8 @@ import { Devs } from "@utils/constants";
import { getCurrentChannel } from "@utils/discord";
import definePlugin from "@utils/types";
import { findByPropsLazy } from "@webpack";
import { React, RelationshipStore } from "@webpack/common";
import { Heading, React, RelationshipStore, Text } from "@webpack/common";
const { Heading, Text } = findByPropsLazy("Heading", "Text");
const container = findByPropsLazy("memberSinceWrapper");
const { getCreatedAtDate } = findByPropsLazy("getCreatedAtDate");
const clydeMoreInfo = findByPropsLazy("clydeMoreInfo");