Commit Graph

27 Commits

Author SHA1 Message Date
tueem aaf4f3297a add autocomplete option toggle, add double value for non javacord wrappers, rename OptionChoices to match with discords naming and general cleanup
github-mirror / push-github (push) Successful in 4s
Build / Gradle-Build (push) Successful in 31s
Test / Gradle-Test (push) Successful in 39s
2024-12-16 13:03:11 +01:00
tueem 445190db89 added Tests for choices 2024-12-16 12:49:51 +01:00
tueem 9d3a6b8b85 add Autocomplete Test
github-mirror / push-github (push) Successful in 4s
Build / Gradle-Build (push) Successful in 33s
Test / Gradle-Test (push) Successful in 39s
2024-12-15 23:15:37 +01:00
tueem 1cb6cd0e05 clean up code and switch to request instead of getting from cache 2024-12-15 23:15:29 +01:00
tueem 7a2c15d877 create seperate class for ContextObjectProviders and renamed some context parameters from parameter to context.
First parts of AutocompleteInteraction added
2024-12-15 15:08:34 +01:00
tueem 69b27e4554 add prototype choices implementation
github-mirror / push-github (push) Successful in 5s
Build / Gradle-Build (push) Successful in 50s
Test / Gradle-Test (push) Failing after 41s
2024-12-13 10:50:30 +01:00
tueem 29bb7e667e add PermissionCHeck test
github-mirror / push-github (push) Successful in 5s
Build / Gradle-Build (push) Successful in 11s
Test / Gradle-Test (push) Failing after 16s
2024-12-02 21:21:00 +01:00
tueem 7f47130461 add missing annotation annotations 2024-12-02 21:20:26 +01:00
tueem 4332592dfa add Javacord PermissionCheck
github-mirror / push-github (push) Successful in 4s
Build / Gradle-Build (push) Successful in 12s
Test / Gradle-Test (push) Successful in 17s
2024-12-02 13:16:28 +01:00
tueem c363ab9744 add ability to return false to cancel execution in pre Checks and remove return type on post checks
github-mirror / push-github (push) Successful in 7s
Build / Gradle-Build (push) Successful in 14s
Test / Gradle-Test (push) Successful in 21s
2024-12-01 13:06:42 +01:00
tueem 33392b02fb add InteractionCheck test
github-mirror / push-github (push) Successful in 4s
Build / Gradle-Build (push) Successful in 13s
Test / Gradle-Test (push) Successful in 15s
2024-11-29 21:41:46 +01:00
tueem 6eb7fb723f add geantyref to fix and simplify generic Type parsing.
Also switch to java 23 to avoid conflicts and issues.
2024-11-29 21:36:02 +01:00
tueem c00b6033cc rename package in wrapper-javacord
github-mirror / push-github (push) Successful in 4s
2024-11-13 10:08:55 +01:00
tueem fcc99597e6 remove unused imports 2024-11-07 11:51:43 +01:00
tueem d457e57614 Add Button Execution Test 2024-11-07 11:51:02 +01:00
tueem 8a7348eebc fix class names and add Button Interaction type case 2024-11-07 11:50:52 +01:00
tueem 5689fef866 remove unused import 2024-11-07 11:49:30 +01:00
tueem eaff502892 remove unused imports 2024-11-06 14:29:42 +01:00
tueem 76d4d5b525 add Javacord impl 2024-11-05 15:55:01 +01:00
tueem 11fd16fa77 Add Command Execution test 2024-11-01 17:38:02 +01:00
tueem bbeb58e5e4 fix isAssignableFrom order 2024-11-01 17:37:49 +01:00
tueem 9f87f47b1f Add Javacord test 2024-11-01 16:07:18 +01:00
tueem 6bd6021b86 finish first version of javacord wrapper with implementation of:
- getInteractionType()
- convertCommandOption()
- getCommandDefinition
2024-10-31 16:06:23 +01:00
tueem b0abb423d3 add register impl 2024-10-29 23:20:19 +01:00
tueem 22f9810f7b Add first version of command registration code 2024-10-29 23:08:15 +01:00
tueem 9768572577 add javacord dependency 2024-10-29 23:03:29 +01:00
tueem 2cdf574df0 add base structure 2024-10-29 23:03:29 +01:00