From 589a48a1b301cc9d5a651c22aea3f0814fd54144 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 9 Jun 2025 00:47:58 +0200 Subject: feat: Another timer --- src/main/kotlin/features/inventory/TimerInLore.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/main/kotlin/features/inventory/TimerInLore.kt b/src/main/kotlin/features/inventory/TimerInLore.kt index 264271e..8eac77f 100644 --- a/src/main/kotlin/features/inventory/TimerInLore.kt +++ b/src/main/kotlin/features/inventory/TimerInLore.kt @@ -82,6 +82,7 @@ object TimerInLore { STONKSAUCTION("Auction ends in", "Ends at"), LIZSTONKREDEMPTION("Resets in:", "Resets at"), TIMEREMAININGS("Time Remaining:", "Ends at"), + COOLDOWN("Cooldown:", "Come back at"), ONCOOLDOWN("On cooldown:", "Available at"), EVENTENDING("Event ends in:", "Ends at"); } -- cgit