From 38ffdd7d9457858c6a79a5705f4c7746047f7561 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Tue, 9 Apr 2024 02:52:21 +0200 Subject: [PATCH] FriendsSince: Add icon to be consistent with "member since" Co-authored-by: Trey <47907719+trwy7@users.noreply.github.com> --- src/plugins/friendsSince/index.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/plugins/friendsSince/index.tsx b/src/plugins/friendsSince/index.tsx index ab3320d..dd37137 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())}