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