Chat/galaxy
Teriuihi a7e029b0a1 Refactor April 1st date check in ChatListener
Removed the more complex date logic used to check for April 1st in the ChatListener class. This check checked if it was April 1st in any timezone. Replaced it with a simpler check using LocalDate's methods for month and day comparison. This only checks if it's April 1st in UTC. This aims to enhance code readability and simplify date handling.
2024-03-31 10:56:21 +02:00
..
src/main Refactor April 1st date check in ChatListener 2024-03-31 10:56:21 +02:00
build.gradle.kts Update to 1.20.4 2023-12-17 12:37:21 +01:00