a396b13261Use @Slf4j in QueriesUserByRole, improve query filtering by active accounts, and refine error handling in CommandSyncNitro.
master
akastijn2025-11-08 21:18:08 +0100
b0d3498d1cAdd .queue() to embed action in CommandSyncNitro for proper executionakastijn2025-11-08 20:48:56 +0100
1bd6602421Add .queue() to embed action in CommandSyncNitro for proper executionakastijn2025-11-08 20:29:14 +0100
7e26aba4abAdd .queue() to embed action in CommandSyncNitro for proper executionakastijn2025-11-08 20:28:54 +0100
47eb88cbaeUse Lombok's @Slf4j in CommandSyncNitro and add logging for database changes during member checks.akastijn2025-11-08 20:24:49 +0100
a0b3d2167aAdd CommandSyncNitro for synchronizing Nitro roles and update related database queries.akastijn2025-11-08 20:24:07 +0100
3d868a109dRefactor build.gradle.kts: reorder plugins, configure bootJar and shadowJar, optimize jar task setup, and update main class attribute.akastijn2025-09-11 22:35:02 +0200
e947275409Update CommandSeen: replace "grove" with "bayou" in valid servers, switch to InteractionContextType.GUILD.akastijn2025-09-11 22:11:36 +0200
0960795d40Remove redundant jar task configuration in build.gradle.kts.akastijn2025-08-08 23:31:57 +0200
7863b3f62dAdd AutoThread listener for creating threads in specific channels.akastijn2025-08-08 22:38:05 +0200
003c75c391Replace Logger with Lombok's @Slf4j annotation in ContactEndpoint and update log method calls.akastijn2025-08-08 21:01:34 +0200
81b53cd1f8Update dependencies and build processTeriuihi2025-06-20 23:10:46 +0200
34f9559d10Change join-time option type to INTEGERTeriuihi2024-08-26 20:25:04 +0200
f2864ade8aAdd UPSERT behavior to setJoinDate queryTeriuihi2024-08-26 19:15:03 +0200
745fda134fFix appeal reminders not properly removing themselves from the databaseTeriuihi2023-07-20 00:18:40 +0200
bb60924a63Added 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 subcommandTeriuihi2023-06-05 03:41:02 +0200
977ae78e39Added a way to add new lines in the description of a poll (it's done in a weird way though /n instead of \n)Teriuihi2023-06-05 02:48:39 +0200
706ceb4b55Finished poll commands (except for removing a button) added a timer to update total votes every 5 minutesTeriuihi2023-06-04 23:30:09 +0200
4af7628203Moved AltitudeLogs to repositoryTeriuihi2023-05-23 04:18:45 +0200
94f1d566acChanged to new logging, static implementation for now which is not ideal, but it's not worth spending the time to fix it right nowTeriuihi2023-05-21 21:54:59 +0200
0ae96bd6e5Fixed reminders not running if the reminder was in a thread channel, and fixed reminders (and appeal posts) not pingingTeriuihi2023-03-20 04:45:55 +0100
df6d060863Added a command to get suggestion data into excelTeriuihi2023-03-12 05:32:07 +0100
11d2e2bac8Added the ability for reminders to mention a user and specified what type of reminder a reminder isTeriuihi2023-03-12 01:42:50 +0100
a80d1952daMoved handling appeals from reactbot to here and improved it (more modern)Teriuihi2023-03-03 00:48:30 +0100
265ddd82c3We have multiple bots using slash commands so if this instance can't find a button/modal/selectmenu it shouldn't respond to itTeriuihi2023-01-08 03:48:45 +0100
f93ad8b4fbWe have multiple bots using slash commands so if this instance can't find a command it shouldn't respond to itTeriuihi2023-01-04 02:28:49 +0100
723847a3beImproved 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 auctionsTeriuihi2022-10-30 02:05:16 +0100
5d8368d0e5Fixed bidding on your own auction Fixed screenshots not workingTeriuihi2022-10-21 21:41:33 +0200
2d652bc780Merge branch 'master' into seenCommandTeriuihi2022-09-29 19:06:30 +0200
5c0f93197cMerge remote-tracking branch 'origin/master' into forumsTeriuihi2022-09-29 19:02:25 +0200
7a76ff9d14Update to jda alpha 20 (has forums support)Teriuihi2022-09-29 19:01:30 +0200
5519ea0ad4Start working on CommandSeen.java
Len
2022-09-29 13:01:14 +0200
f7a936e9a8Fixed auto complete suggesting 1w instead of 1mTeriuihi2022-09-22 00:11:02 +0200
be890af51fFixed buttons not removing after clicking them Added hour option Fixed reminder not working without description Fixed using snowflake instead of timestamp for relative timeTeriuihi2022-09-21 23:43:24 +0200