From 0500c9e7344c1de7d46f21836f7d55dfe9b5c8f6 Mon Sep 17 00:00:00 2001 From: tommy Date: Thu, 10 Jul 2025 23:53:41 -0400 Subject: [PATCH] Fix FQG? --- src/SlashCommands/User.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SlashCommands/User.lua b/src/SlashCommands/User.lua index dea030f..75be456 100644 --- a/src/SlashCommands/User.lua +++ b/src/SlashCommands/User.lua @@ -159,6 +159,7 @@ local function Callback(Interaction, Command, Args) local awardedDate = tonumber(Date.fromISO(badge.awardedDate):toSeconds()) if firstBadgeDate > awardedDate then firstBadge = badgeId + firstBadgeDate = awardedDate end -- badgesDates[badgeId]=awardedDate end