59065dddc8
Use @Slf4j in ReminderScheduler and Reminder, convert null checks to Optional, and enhance logging for error handling and unexpected channel types.
master
stijn2026-07-12 22:24:03 +02:00
cbe13d3033
Update Gradle wrapper to 9.6.1, upgrade dependencies (Spring Boot 4.1.0, JDA 6.5.0, and others), refine gradlew script, and adjust build configuration for compatibility.
stijn2026-07-12 22:05:09 +02:00
a396b13261
Use @Slf4j in QueriesUserByRole, improve query filtering by active accounts, and refine error handling in CommandSyncNitro.
stijn2025-11-08 21:18:08 +01:00
b0d3498d1c
Add .queue() to embed action in CommandSyncNitro for proper execution
stijn2025-11-08 20:48:56 +01:00
1bd6602421
Add .queue() to embed action in CommandSyncNitro for proper execution
stijn2025-11-08 20:29:14 +01:00
7e26aba4ab
Add .queue() to embed action in CommandSyncNitro for proper execution
stijn2025-11-08 20:28:54 +01:00
47eb88cbae
Use Lombok's @Slf4j in CommandSyncNitro and add logging for database changes during member checks.
stijn2025-11-08 20:24:49 +01:00
a0b3d2167a
Add CommandSyncNitro for synchronizing Nitro roles and update related database queries.
stijn2025-11-08 20:24:07 +01:00
2c1088ef2e
Update from v5 -> v6 for JDA
stijn2025-11-08 19:35:28 +01:00
3d868a109d
Refactor build.gradle.kts: reorder plugins, configure bootJar and shadowJar, optimize jar task setup, and update main class attribute.
stijn2025-09-11 22:35:02 +02:00
e947275409
Update CommandSeen: replace "grove" with "bayou" in valid servers, switch to InteractionContextType.GUILD.
stijn2025-09-11 22:11:36 +02:00
0960795d40
Remove redundant jar task configuration in build.gradle.kts.
stijn2025-08-08 23:31:57 +02:00
7863b3f62d
Add AutoThread listener for creating threads in specific channels.
stijn2025-08-08 22:38:05 +02:00
003c75c391
Replace Logger with Lombok's @Slf4j annotation in ContactEndpoint and update log method calls.
stijn2025-08-08 21:01:34 +02:00
81b53cd1f8
Update dependencies and build process
auto2025-06-20 23:10:46 +02:00
34f9559d10
Change join-time option type to INTEGER
auto2024-08-26 20:25:04 +02:00
f2864ade8a
Add UPSERT behavior to setJoinDate query
auto2024-08-26 19:15:03 +02:00
32f0935b4a
Added balance command and related queries
auto2024-01-13 08:27:15 +01:00
a3d78c6059
Leave a message in the appeal thread notifying us of who completed it and when
auto2023-10-27 02:05:26 +02:00
9f23812b16
Attempt to add text to embeds for appeal reminders so users can be tagged in them
auto2023-08-02 22:12:51 +02:00
f6331fdbe5
Fixed valid server list
auto2023-07-24 22:47:38 +02:00
745fda134f
Fix appeal reminders not properly removing themselves from the database
auto2023-07-20 00:18:40 +02:00
bb60924a63
Added command to update total votes manually Moved code to update total votes to util class Removed the channel sub command option from all poll subcommands other than the add subcommand
auto2023-06-05 03:41:02 +02:00
977ae78e39
Added a way to add new lines in the description of a poll (it's done in a weird way though /n instead of \n)
auto2023-06-05 02:48:39 +02:00
706ceb4b55
Finished poll commands (except for removing a button) added a timer to update total votes every 5 minutes
auto2023-06-04 23:30:09 +02:00
4af7628203
Moved AltitudeLogs to repository
auto2023-05-23 04:18:45 +02:00
94f1d566ac
Changed to new logging, static implementation for now which is not ideal, but it's not worth spending the time to fix it right now
auto2023-05-21 21:54:59 +02:00
0ae96bd6e5
Fixed reminders not running if the reminder was in a thread channel, and fixed reminders (and appeal posts) not pinging
auto2023-03-20 04:45:55 +01:00
df6d060863
Added a command to get suggestion data into excel
auto2023-03-12 05:32:07 +01:00
11d2e2bac8
Added the ability for reminders to mention a user and specified what type of reminder a reminder is
auto2023-03-12 01:42:50 +01:00
a80d1952da
Moved handling appeals from reactbot to here and improved it (more modern)
auto2023-03-03 00:48:30 +01:00
265ddd82c3
We have multiple bots using slash commands so if this instance can't find a button/modal/selectmenu it shouldn't respond to it
auto2023-01-08 03:48:45 +01:00
f93ad8b4fb
We have multiple bots using slash commands so if this instance can't find a command it shouldn't respond to it
auto2023-01-04 02:28:49 +01:00
9ed3146a73
bad fix to force reconnect?
auto2022-11-09 03:13:56 +01:00
723847a3be
Improved auctions - Added Starting Bid (only for first bid) - Fixed missing $'s in messages - Improved the way numbers are displayed in auctions for readability - Added AuctionActions to store bids by users - Removed as much code that was relying on text being in embeds as possible - Improved structure of code related to auctions
auto2022-10-30 02:05:16 +01:00
5d8368d0e5
Fixed bidding on your own auction Fixed screenshots not working
auto2022-10-21 21:41:33 +02:00
5519ea0ad4
Start working on CommandSeen.java
Len2022-09-29 13:01:14 +02:00
f7a936e9a8
Fixed auto complete suggesting 1w instead of 1m
auto2022-09-22 00:11:02 +02:00
be890af51f
Fixed buttons not removing after clicking them Added hour option Fixed reminder not working without description Fixed using snowflake instead of timestamp for relative time
auto2022-09-21 23:43:24 +02:00