Commit Graph

39 Commits

Author SHA1 Message Date
tueem 6cdca411c6 migrate SlashCommandTest 2025-02-19 15:33:21 +01:00
tueem 3a39b268c1 migrate InteractionCheckTest 2025-02-19 14:39:48 +01:00
tueem ca0ab13316 migrate ButtonTest to mockito
github-mirror / push-github (push) Successful in 4s
Build / Gradle-Build (push) Successful in 12s
Test / Gradle-Test (push) Successful in 21s
2025-02-19 14:10:45 +01:00
tueem ded81983e3 migrate AutocompleteTest and add mockito ofc 2025-02-19 14:00:01 +01:00
tueem 92704ca230 add correct null handling for api objects 2025-02-19 13:56:45 +01:00
tueem f81602f5db restructure and add discord4j test stub
github-mirror / push-github (push) Successful in 3s
Build / Gradle-Build (push) Successful in 9s
Test / Gradle-Test (push) Failing after 10s
2025-02-17 23:59:08 +01:00
tueem f4dbdc302d fix: improve consistency 2025-02-17 19:44:52 +01:00
tueem fd87431d51 Merge remote-tracking branch 'origin/dev' into wrapper/d4j 2025-02-17 13:06:27 +01:00
tueem b4af922ac2 change: getInteractionType check changed from class based to context based check
github-mirror / push-github (push) Successful in 4s
Build / Gradle-Build (push) Successful in 16s
Test / Gradle-Test (push) Successful in 14s
2025-02-17 09:15:54 +01:00
tueem 1146fa1cc6 Merge branch 'dev' into feat/choices
github-mirror / push-github (push) Successful in 4s
Build / Gradle-Build (push) Successful in 34s
Test / Gradle-Test (push) Successful in 41s
2024-12-20 19:30:35 +01:00
tueem 9d88ca902d fix NoSuchElement case on command with no options
github-mirror / push-github (push) Successful in 4s
Build / Gradle-Build (push) Successful in 35s
Publish / Gradle-Publish (push) Successful in 36s
Test / Gradle-Test (push) Successful in 43s
2024-12-20 19:27:36 +01:00
tueem 74d55d81ca add remaining logging in Javacord wrapper and exceptions
github-mirror / push-github (push) Successful in 4s
Build / Gradle-Build (push) Successful in 32s
Test / Gradle-Test (push) Failing after 41s
2024-12-19 21:12:36 +01:00
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