• Joined on 2024-09-20
tueem opened issue tueem/Marinara#9 2024-12-18 11:33:43 +00:00
Add more Logging
tueem pushed to feat/choices at tueem/Marinara 2024-12-16 12:03:19 +00:00
aaf4f3297a add autocomplete option toggle, add double value for non javacord wrappers, rename OptionChoices to match with discords naming and general cleanup
445190db89 added Tests for choices
Compare 2 commits »
tueem commented on issue tueem/Marinara#2 2024-12-15 22:51:41 +00:00
Add Command Choices handler

->> Test Choices

tueem pushed to feat/choices at tueem/Marinara 2024-12-15 22:15:40 +00:00
9d3a6b8b85 add Autocomplete Test
1cb6cd0e05 clean up code and switch to request instead of getting from cache
a5e1230fc6 fix issues with ExecutableSlashCommandDefinition equals check
Compare 3 commits »
tueem pushed to feat/choices at tueem/Marinara 2024-12-15 14:09:14 +00:00
432db43bf5 add remaining parts of AutocompleteInteraction
7a2c15d877 create seperate class for ContextObjectProviders and renamed some context parameters from parameter to context.
Compare 2 commits »
tueem created pull request tueem/Marinara#8 2024-12-14 11:43:18 +00:00
WIP: Add Choices and Autocomplete
tueem closed issue tueem/Marinara#1 2024-12-14 11:39:13 +00:00
Add Checks system
tueem commented on pull request tueem/Marinara#6 2024-12-14 11:37:17 +00:00
add Checks system

closes #1

tueem pushed to feat/choices at tueem/Marinara 2024-12-14 11:32:16 +00:00
f32c7045a1 remove unnecessary getClass call fixing test
tueem created branch feat/choices in tueem/Marinara 2024-12-13 09:50:51 +00:00
tueem pushed to feat/choices at tueem/Marinara 2024-12-13 09:50:51 +00:00
69b27e4554 add prototype choices implementation
tueem deleted branch feat/checks from tueem/Marinara 2024-12-05 07:51:38 +00:00
tueem merged pull request tueem/Marinara#6 2024-12-05 07:51:37 +00:00
add Checks system
tueem pushed to dev at tueem/Marinara 2024-12-05 07:51:37 +00:00
d8504a7cde Merge pull request 'add Checks system' (#6) from feat/checks into dev
bef34ee548 fix null issue
29bb7e667e add PermissionCHeck test
94da2a0e3c change logic to always give objects the highest value
7f47130461 add missing annotation annotations
Compare 17 commits »
tueem pushed to feat/checks at tueem/Marinara 2024-12-03 19:21:39 +00:00
bef34ee548 fix null issue
tueem opened issue tueem/Marinara#7 2024-12-03 11:50:00 +00:00
Better Library specific Class Structure.
tueem pushed to feat/checks at tueem/Marinara 2024-12-02 20:21:11 +00:00
29bb7e667e add PermissionCHeck test
94da2a0e3c change logic to always give objects the highest value
7f47130461 add missing annotation annotations
83a3efd4b8 add canRun check which i forgor
aefd8a51a0 change wrong annotation class usage
Compare 5 commits »
tueem pushed to feat/checks at tueem/Marinara 2024-12-02 12:16:40 +00:00
4332592dfa add Javacord PermissionCheck
tueem pushed to feat/checks at tueem/Marinara 2024-12-01 12:06:48 +00:00
c363ab9744 add ability to return false to cancel execution in pre Checks and remove return type on post checks
tueem pushed to feat/checks at tueem/Marinara 2024-11-29 20:41:57 +00:00
33392b02fb add InteractionCheck test
b7333c2e5e fix problem with multiple method overrides in generic types.
239e921e6f change Annotation#getClass to Annotation#annotationType because it was not working as expected
6eb7fb723f add geantyref to fix and simplify generic Type parsing.
Compare 4 commits »