Commit Graph

15 Commits

Author SHA1 Message Date
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 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
2022-10-30 02:05:16 +01:00
Teriuihi 425eaf2b94 Added /seen command 2022-09-30 00:01:10 +02:00
Len 5519ea0ad4 Start working on CommandSeen.java 2022-09-29 13:02:53 +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 d6b631e232 Updated JDA 2022-09-14 21:36:43 +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 83af33dcc4 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/main/java/com/alttd/AltitudeBot.java
2022-04-23 16:30:17 +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 32102cac3b Switched to using CommandData in registerCommand and allow USER commands to work in guilds 2022-04-11 03:29:59 +02:00
Stijn 27122538e4 Added embed templates and basic validation for channels 2022-04-08 21:56:58 +02:00
Stijn ef7649d920 Made sure the bot starts properly and generates the configs 2022-04-08 19:51:12 +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