diff --git a/src/SlashCommands/User.lua b/src/SlashCommands/User.lua index e99e7dd..243a7e4 100644 --- a/src/SlashCommands/User.lua +++ b/src/SlashCommands/User.lua @@ -142,7 +142,6 @@ 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