Go to file
Teriuihi f2864ade8a Add UPSERT behavior to setJoinDate query
Modified the SQL query in the setJoinDate method to use "ON DUPLICATE KEY UPDATE" for updating the date if the userId already exists. This ensures that duplicate entries are handled correctly by updating the existing record rather than creating a new one.
2024-08-26 19:15:03 +02:00
gradle/wrapper Updated JDA and gradle + Refactor modal methods to match the JDA update 2024-08-07 00:17:58 +02:00
src/main Add UPSERT behavior to setJoinDate query 2024-08-26 19:15:03 +02:00
.gitignore Include gradle wrapper in project 2024-01-13 09:19:52 +01:00
build.gradle.kts Updated JDA and gradle + Refactor modal methods to match the JDA update 2024-08-07 00:17:58 +02:00
example.requests.yml Add an example config. 2022-09-10 10:38:06 +02:00
gradlew Updated JDA and gradle + Refactor modal methods to match the JDA update 2024-08-07 00:17:58 +02:00
gradlew.bat Updated JDA and gradle + Refactor modal methods to match the JDA update 2024-08-07 00:17:58 +02:00
Jenkinsfile Added Jenkins file 2024-08-07 00:26:11 +02:00
settings.gradle.kts Update JDA interactions and adjust package imports 2024-01-13 08:27:42 +01:00