akastijn
a0b3d2167a
Add CommandSyncNitro for synchronizing Nitro roles and update related database queries.
2025-11-08 20:24:07 +01:00
Teriuihi
8a65c27bac
Add command for managing staff join dates
...
Implemented `CommandStaffJoinDate` to allow viewing and setting staff join dates. Included methods in `QueriesStaffJoinDate` for database interactions and defined the `JoinDate` record to encapsulate join date information.
2024-08-25 19:39:43 +02:00
Teriuihi
32f0935b4a
Added balance command and related queries
...
This commit introduces a new "balance" command, enabling users to check their in-game balance. This feature includes adding two new query files (`QueriesEconomy` and `QueriesUserDiscordId`), which handle SQL operations for fetching user ID and balance data. Also, number formatting utilities were updated to include a function for double's for proper display of balance.
2024-01-13 08:27:15 +01:00
Teriuihi
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
2023-06-05 03:41:02 +02:00
Teriuihi
706ceb4b55
Finished poll commands (except for removing a button) added a timer to update total votes every 5 minutes
2023-06-04 23:30:09 +02:00
Teriuihi
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
2023-05-21 21:54:59 +02:00
Teriuihi
df6d060863
Added a command to get suggestion data into excel
2023-03-12 05:32:07 +01:00
Teriuihi
a80d1952da
Moved handling appeals from reactbot to here and improved it (more modern)
2023-03-03 00:48:30 +01:00
Teriuihi
f93ad8b4fb
We have multiple bots using slash commands so if this instance can't find a command it shouldn't respond to it
2023-01-04 02:28:49 +01:00
Teriuihi
d6eb332d83
Added auction command
2022-10-21 02:59:00 +02:00
Teriuihi
5ed071ab7c
Added soft lock command
2022-10-03 16:58:20 +02:00
Teriuihi
8bcadbba27
Added crate item suggestion form (fixed output type table)
2022-10-01 03:39:51 +02:00
Teriuihi
2d652bc780
Merge branch 'master' into seenCommand
...
# Conflicts:
# src/main/java/com/alttd/commandManager/CommandManager.java
2022-09-29 19:06:30 +02:00
Len
5519ea0ad4
Start working on CommandSeen.java
2022-09-29 13:02:53 +02:00
Stijn
d8102e4baa
Added reminders (in a new table for now)
2022-09-21 21:49:42 +02:00
Teriuihi
accd875eaa
Added a toggle role command and a command to manage the roles that can be toggled
2022-09-16 22:52:31 +02:00
Teriuihi
2083f8ff35
Added a way to reply to suggestions
2022-09-16 21:34:57 +02:00
Teriuihi
6e1b822405
Added history command
2022-09-16 02:42:16 +02:00
Teriuihi
d6dbecfe4e
Added flag command
2022-09-16 02:11:49 +02:00
Teriuihi
a28e70b443
Added evidence command
2022-09-15 22:03:36 +02:00
Teriuihi
ee23b56818
Properly register every command on startup
2022-09-15 21:40:44 +02:00
Teriuihi
3c9b49ab46
Added button manager and some buttons for suggestions
...
Added a way to reload commands
Added a way to set output channels
2022-09-15 21:34:27 +02:00
Stijn
6a05dec5b9
Added a way to make modals and added a suggestion modal
2022-09-14 21:36:59 +02:00
Teriuihi
e465c38994
Fixed command manager and removed permission manager stuff
...
Fixed commands that were added, not done with polls
2022-09-10 05:20:24 +02:00
Teriuihi
45e7d9994b
Added untested Disable and Enable sub command
2022-04-24 02:33:24 +02:00
Stijn
e4dfecb7a3
Fixed order in which commands are loaded
2022-04-22 21:20:24 +02:00
Stijn
d351a424e7
Renamed add command
2022-04-15 22:00:33 +02:00
Stijn
86ef41a117
Started work on permission commands and toggling commands on and off within discord.
...
Changed SubCommand to inherit from SubOption and added SubCommandGroup
2022-04-15 21:44:26 +02:00
Teriuihi
c6bd15f141
Added sub commands for polls and did help command
2022-04-01 02:54:33 +02:00
Teriuihi
8f45b7039a
did a lot of work on poll command
2022-03-31 22:08:50 +02:00
Stijn
ba55956bbf
Hopefully finished help command
2022-03-09 22:37:44 +01:00
Stijn
9f1f62d593
Initial commit
2022-03-09 22:11:11 +01:00