From 837d601f5791018fa955a874667472ecd8c28ca7 Mon Sep 17 00:00:00 2001 From: tommy Date: Sat, 18 Jan 2025 16:01:20 -0500 Subject: [PATCH] surely this deals with the issue --- src/SlashCommands/User.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SlashCommands/User.lua b/src/SlashCommands/User.lua index ab0f630..6053188 100644 --- a/src/SlashCommands/User.lua +++ b/src/SlashCommands/User.lua @@ -120,7 +120,7 @@ local function Callback(Interaction, Command, Args) local LastLocation = onlineStatus_info.lastLocation if onlineStatus_info.userPresenceType==2 then LastLocation="Ingame" end - local LastOnline = Date.fromISO(onlineStatus_info.lastOnline):toSeconds() + local LastOnline = 0--Date.fromISO(onlineStatus_info.lastOnline):toSeconds() local verificationAssetId = API:GetVerificationItemID(id) local verificationDate = "Not verified"