• Joined on 2024-09-20
tueem merged pull request tueem/Marinara#14 2025-02-19 12:43:38 +00:00
add Discord4J Wrapper
tueem pushed to wrapper/d4j at tueem/Marinara 2025-02-19 09:50:34 +00:00
8943d6d4a4 add tests
842fcfe5ac add PermissionCheck
858fab5e32 fix: Message ContextObject returning Optional
20471fefea fix: logging causing NullPointerException
8d27ec28db fix: remove Test Line, allow api to be null, fix getCommandDefinition to also allow ChatInputAutoCompleteEvent
Compare 5 commits »
tueem pushed to wrapper/d4j at tueem/Marinara 2025-02-17 22:59:53 +00:00
f81602f5db restructure and add discord4j test stub
tueem pushed to wrapper/d4j at tueem/Marinara 2025-02-17 20:07:26 +00:00
dbad157058 adjust actions to add new wrapper
tueem pushed to wrapper/d4j at tueem/Marinara 2025-02-17 19:20:48 +00:00
ad19ed6ada add First prototype of Discord4J wrapper
ca822909e3 fix: consistency
caeaec1926 add: fromValue method to SlashCommandOptionType
f4dbdc302d fix: improve consistency
fd87431d51 Merge remote-tracking branch 'origin/dev' into wrapper/d4j
Compare 18 commits »
tueem deleted branch feat/choices from tueem/Marinara 2025-02-17 10:14:40 +00:00
tueem merged pull request tueem/Marinara#8 2025-02-17 10:14:38 +00:00
Add Choices and Autocomplete
tueem closed issue tueem/Marinara#2 2025-02-17 10:14:38 +00:00
Add Command Choices handler
tueem pushed to dev at tueem/Marinara 2025-02-17 10:14:38 +00:00
3b65784770 Merge pull request 'Add Choices and Autocomplete' (#8) from feat/choices into dev
1146fa1cc6 Merge branch 'dev' into feat/choices
43c5946227 Merge branch 'dev' into feat/choices
c5a7f3665e Merge branch 'dev' into feat/choices
aaf4f3297a add autocomplete option toggle, add double value for non javacord wrappers, rename OptionChoices to match with discords naming and general cleanup
Compare 13 commits »
tueem created pull request tueem/Marinara#14 2025-02-17 10:09:31 +00:00
WIP: add Discord4J Wrapper
tueem created branch wrapper/d4j in tueem/Marinara 2025-02-17 08:26:38 +00:00
tueem pushed to wrapper/d4j at tueem/Marinara 2025-02-17 08:26:38 +00:00
b4af922ac2 change: getInteractionType check changed from class based to context based check
tueem opened issue tueem/Marinara#12 2025-02-11 13:57:06 +00:00
switch to slf4j
tueem pushed to feat/lavalink at tueem/TomatenMusic3 2025-02-11 13:27:19 +00:00
740166f79f Add Nodes parsing
ef0c5f5d29 add lavanodes.json example
b1431a165a add Jackson dependecy
Compare 3 commits »
tueem created branch feat/lavalink in tueem/TomatenMusic3 2025-02-10 00:10:40 +00:00
tueem pushed to feat/lavalink at tueem/TomatenMusic3 2025-02-10 00:10:40 +00:00
bf17ae800c add Lavalink Dependency and impl stub
tueem pushed to master at tueem/TomatenMusic3 2025-02-08 15:51:33 +00:00
9aae9cd77b add Project settings and artifact naming
tueem pushed to master at tueem/TomatenMusic3 2025-02-07 13:44:46 +00:00
ca52d8f04c Merge pull request 'Add CI/CD' (#2) from feat/ci-cd into master
6dc1446143 fix directory not existing failing the job
eb18df79c9 add test workflow
e1f20aeeaf bump gradle version
Compare 8 commits »
tueem deleted branch feat/ci-cd from tueem/TomatenMusic3 2025-02-07 13:44:46 +00:00
tueem merged pull request tueem/TomatenMusic3#2 2025-02-07 13:44:44 +00:00
Add CI/CD