Skip to content

Commit

Permalink
Change when the event starts
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Oct 28, 2024
1 parent bb82cb9 commit 369bec4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import kotlin.random.Random

object Halloween2024ReactionEvent : ReactionEvent() {
override val internalId: String = "halloween2024"
override val startsAt: Instant = ZonedDateTime.of(2024, 10, 28, 19, 0, 0, 0, Constants.LORITTA_TIMEZONE).toInstant()
override val startsAt: Instant = ZonedDateTime.of(2024, 10, 28, 20, 0, 0, 0, Constants.LORITTA_TIMEZONE).toInstant()
override val endsAt: Instant = ZonedDateTime.of(2024, 11, 1, 0, 0, 0, 0, Constants.LORITTA_TIMEZONE).toInstant()

private val candy1 = ReactionSet(
Expand Down

0 comments on commit 369bec4

Please sign in to comment.