diff --git a/src/plugins/friendsSince/index.tsx b/src/plugins/friendsSince/index.tsx index ab3320dfe..dd37137a4 100644 --- a/src/plugins/friendsSince/index.tsx +++ b/src/plugins/friendsSince/index.tsx @@ -6,6 +6,7 @@ import ErrorBoundary from "@components/ErrorBoundary"; 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"; @@ -49,6 +50,18 @@ export default definePlugin({
+ {!!getCurrentChannel()?.guild_id && ( + + )} {getCreatedAtDate(friendsSince, locale.getLocale())}