Skip to content

Commit 034fc70

Browse files
jani270lineargraph
authored andcommitted
feat: Event Ending Timer for Timer in Lore
1 parent 222da0d commit 034fc70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/kotlin/features/inventory/TimerInLore.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ object TimerInLore {
8080
COMMUNITYPROJECTS("Contribute again", "Come back at"),
8181
CHOCOLATEFACTORY("Next Charge", "Available at"),
8282
STONKSAUCTION("Auction ends in", "Ends at"),
83-
LIZSTONKREDEMPTION("Resets in:", "Resets at");
83+
LIZSTONKREDEMPTION("Resets in:", "Resets at"),
84+
EVENTENDING("Event ends in:", "Ends at");
8485
}
8586

8687
val regex =

0 commit comments

Comments
 (0)