• Joined on 2024-09-20
tueem pushed to feat/buttons at tueem/Marinara 2024-11-07 10:51:48 +00:00
fcc99597e6 remove unused imports
tueem pushed to feat/buttons at tueem/Marinara 2024-11-07 10:51:07 +00:00
d457e57614 Add Button Execution Test
8a7348eebc fix class names and add Button Interaction type case
480c1ec81f add Button Interaction Method case to factory method
3d2bca4548 fix off by one error
5689fef866 remove unused import
Compare 7 commits »
tueem pushed to feat/buttons at tueem/Marinara 2024-11-06 13:29:52 +00:00
eaff502892 remove unused imports
tueem created pull request tueem/Marinara#4 2024-11-05 15:00:50 +00:00
Add Button Interaction Implementation
tueem deleted branch wrapper/javacord from tueem/Marinara 2024-11-05 14:57:06 +00:00
tueem created branch feat/buttons in tueem/Marinara 2024-11-05 14:55:41 +00:00
tueem pushed to feat/buttons at tueem/Marinara 2024-11-05 14:55:41 +00:00
76d4d5b525 add Javacord impl
0ce0b3eb4f Add Button Interaction with specific method parameter support.
Compare 2 commits »
tueem pushed to master at tueem/Marinara 2024-11-05 13:37:44 +00:00
11fd16fa77 Add Command Execution test
bbeb58e5e4 fix isAssignableFrom order
e39ac2d67e fix random nulls in list
0f337696c1 change to selective catching
9f87f47b1f Add Javacord test
Compare 15 commits »
tueem pushed to wrapper/javacord at tueem/Marinara 2024-11-01 16:38:09 +00:00
11fd16fa77 Add Command Execution test
bbeb58e5e4 fix isAssignableFrom order
e39ac2d67e fix random nulls in list
0f337696c1 change to selective catching
Compare 4 commits »
tueem pushed to wrapper/javacord at tueem/Marinara 2024-11-01 15:07:42 +00:00
9f87f47b1f Add Javacord test
9d81522429 switch to user create wrapper instances
7888819f6e rework class invariant checks and cast issues
3d5201329b Add missing initialisation and nonNull filter
4b835187b5 remove unused dependencies
Compare 6 commits »
tueem created branch wrapper/javacord in tueem/Marinara 2024-10-31 15:06:42 +00:00
tueem pushed to wrapper/javacord at tueem/Marinara 2024-10-31 15:06:42 +00:00
6bd6021b86 finish first version of javacord wrapper with implementation of:
b0abb423d3 add register impl
22f9810f7b Add first version of command registration code
9768572577 add javacord dependency
2cdf574df0 add base structure
Compare 5 commits »
tueem pushed to master at tueem/Marinara 2024-10-29 22:03:17 +00:00
0c3aeed4f4 Add getFullSlashCommand() method to get the SlashCommand annotation instance that has options if it is a rootcommand
tueem pushed to master at tueem/Marinara 2024-10-29 19:58:24 +00:00
0615741def ae7e66d06dec042470b78f82bc5ce5bbdfe146c2
tueem pushed to master at tueem/Marinara 2024-10-29 18:51:47 +00:00
1aa052a85b minor refactoring and addition of isRootCommand() to SlashCommandDefinition
tueem pushed to master at tueem/Marinara 2024-10-29 14:43:11 +00:00
19bf9d24bc fix further naming
tueem closed issue tueem/TomatenMusic-V2#12 2024-10-28 20:38:28 +00:00
testissue
tueem opened issue tueem/Marinara#3 2024-10-28 20:18:45 +00:00
Add other interactions
tueem pushed to master at tueem/Marinara 2024-10-26 17:43:44 +00:00
ae7e66d06d Add Helper methods for easier command registration
tueem pushed to master at tueem/Marinara 2024-10-26 17:15:38 +00:00
df94601816 fix naming