From 861e7fa63b5f70ed4c376c734b2247b2ac73dc41 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 17 Jan 2023 12:34:38 +0100 Subject: [PATCH] Update CompleteTimestamps.plugin.js --- Plugins/CompleteTimestamps/CompleteTimestamps.plugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/CompleteTimestamps/CompleteTimestamps.plugin.js b/Plugins/CompleteTimestamps/CompleteTimestamps.plugin.js index dba36b46d8..1bc0df9f1a 100644 --- a/Plugins/CompleteTimestamps/CompleteTimestamps.plugin.js +++ b/Plugins/CompleteTimestamps/CompleteTimestamps.plugin.js @@ -2,7 +2,7 @@ * @name CompleteTimestamps * @author DevilBro * @authorId 278543574059057154 - * @version 1.6.5 + * @version 1.6.6 * @description Replaces Timestamps with your own custom Timestamps * @invite Jx3TjNS * @donate https://www.paypal.me/MircoWittrien @@ -222,7 +222,7 @@ module.exports = (_ => { processUserMemberSince (e) { let bodys = BDFDB.ReactUtils.findChild(e.returnvalue, {props: [["className", BDFDB.disCN.userpopoutsectionbody]], all: true}); if (bodys[0]) bodys[0].props.children = BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.TooltipContainer, { - text: this.formatTimestamp(this.settings.dates.tooltipDate, e.instance.props.userId), + text: this.formatTimestamp(this.settings.dates.tooltipDate, BDFDB.LibraryModules.TimestampUtils.extractTimestamp(e.instance.props.userId)), children: BDFDB.ReactUtils.createElement("span", {children: bodys[0].props.children}) }); if (e.instance.props.guildMember && e.instance.props.guildMember.joinedAt && bodys[1]) bodys[1].props.children = BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.TooltipContainer, {