• Joined on 2024-09-20
tueem pushed to feat/logging at tueem/Marinara 2024-12-19 20:24:04 +00:00
b72c55fc6e Merge branch 'dev' into feat/logging
3691434f66 fix toString method of ExecutableSlashCommandDefinition and added subCommandGroup display
Compare 2 commits »
tueem pushed to dev at tueem/Marinara 2024-12-19 20:23:27 +00:00
3691434f66 fix toString method of ExecutableSlashCommandDefinition and added subCommandGroup display
tueem pushed to feat/logging at tueem/Marinara 2024-12-19 20:12:40 +00:00
74d55d81ca add remaining logging in Javacord wrapper and exceptions
tueem pushed to feat/logging at tueem/Marinara 2024-12-19 20:07:46 +00:00
404f221ccf added Logging for InteractionChecks
7249c99b69 add Logging to Parsers
b764972eba make use of new helper method in InteractionMethod
83ee4b1efa add method name helper method
6b86e9ff87 add initialization Logging
Compare 6 commits »
tueem pushed to feat/logging at tueem/Marinara 2024-12-19 17:36:54 +00:00
76ab779ab2 fix position of Logging in InteractionRegistry
tueem pushed to feat/logging at tueem/Marinara 2024-12-19 17:34:14 +00:00
3d19fae6b8 fix null issue in InteractionRegistry
tueem pushed to feat/logging at tueem/Marinara 2024-12-19 17:07:45 +00:00
1ecbc563a6 add Logging in InteractionRegistry
bf0022775d add helper LoggerUtil method
Compare 2 commits »
tueem created branch feat/logging in tueem/Marinara 2024-12-19 12:27:17 +00:00
tueem pushed to feat/logging at tueem/Marinara 2024-12-19 12:27:17 +00:00
a17f5e826f add LoggerUtil to decide which Logger to get
3de0f32074 change to just javacord api dependency
Compare 2 commits »
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