Tim Mueller tueem
  • Joined on 2024-09-20
tueem pushed to dev at tueem/Marinara 2025-03-17 08:26:46 +00:00
33f355e6ea Merge pull request 'improve wrapper and general structure' (#16) from improve/structure into dev
d32ac62b4a fix(autocomplete): fix autocomplete using component context objects
e7c35d9308 refactor(core): remove redundant distinct method and its uses
d4a91f3251 fix(core): fix wrong equality method and refactor a bit
bce4ce7812 fix(wrapper): add condition for CommandRegisterer if api is null
Compare 24 commits »
tueem merged pull request tueem/Marinara#16 2025-03-17 08:26:44 +00:00
improve wrapper and general structure
tueem closed issue tueem/Marinara#7 2025-03-17 08:26:44 +00:00
Better Library specific Class Structure.
tueem pushed to improve/structure at tueem/Marinara 2025-03-17 07:37:22 +00:00
d32ac62b4a fix(autocomplete): fix autocomplete using component context objects
tueem pushed to improve/structure at tueem/Marinara 2025-03-16 23:16:30 +00:00
e7c35d9308 refactor(core): remove redundant distinct method and its uses
d4a91f3251 fix(core): fix wrong equality method and refactor a bit
bce4ce7812 fix(wrapper): add condition for CommandRegisterer if api is null
Compare 3 commits »
tueem pushed to improve/structure at tueem/Marinara 2025-03-16 16:16:34 +00:00
bae077654e refactor(Discord4J): implement CommandRegisterer refactor
203498de68 refactor(javacord): implement CommandRegisterer refactor
24df1731da refactor(command): add CommandRegisterer
e3fc10a1ce fix(util): ObjectListAggregator syntax
78cacb7eb6 feat(util): add ObjectListAggregator
Compare 8 commits »
tueem created branch main in TomatenTum/mediaserver 2025-03-10 07:19:04 +00:00
tueem pushed to main at TomatenTum/mediaserver 2025-03-10 07:19:04 +00:00
2c5f28779a add:
tueem created repository TomatenTum/mediaserver 2025-03-10 07:16:38 +00:00
tueem pushed to improve/structure at tueem/Marinara 2025-03-05 20:44:26 +00:00
432cf78a2e add IdentifierProvider and wrapper implementations
tueem opened issue tueem/Marinara#17 2025-03-04 13:57:51 +00:00
add numerical Range option for numerical options
tueem commented on pull request tueem/Marinara#16 2025-03-04 13:57:27 +00:00
improve wrapper and general structure
  • CommandConverter
  • IdentifierProvider
  • CommandRegistrar
tueem pushed to improve/structure at tueem/Marinara 2025-03-04 10:16:58 +00:00
f940f48566 move CommandConverter to wrapper package
tueem pushed to improve/structure at tueem/Marinara 2025-03-03 22:40:10 +00:00
f4ee258eb1 remove missing parent() call in SlashCommandDefinition#getSubCommands()
tueem pushed to improve/structure at tueem/Marinara 2025-03-03 22:32:29 +00:00
56b668851b add CommandConverter logic and wrapper implementations
823402e0cd fix base getSubCommands method
Compare 2 commits »
tueem pushed to improve/structure at tueem/Marinara 2025-03-03 11:45:40 +00:00
91b1df8d5b replace ExecutableCommandDefinition with InteractionIdentifiers
tueem pushed to improve/structure at tueem/Marinara 2025-03-01 22:59:43 +00:00
76d7e9ef4f Merge branch 'dev' into improve/structure
3e02e7b85b Merge pull request 'Migrate to Mockito' (#15) from migrate/mockito into dev
ba560cb909 remove deprecated manual mocks
6cdca411c6 migrate SlashCommandTest
3a39b268c1 migrate InteractionCheckTest
Compare 8 commits »
tueem pushed to improve/structure at tueem/Marinara 2025-02-20 08:10:41 +00:00
236c584da8 move Choice classes
tueem created pull request tueem/Marinara#16 2025-02-19 23:44:01 +00:00
WIP: improve wrapper and general structure
tueem pushed to improve/structure at tueem/Marinara 2025-02-19 23:41:19 +00:00
f6db113deb add CommandConverter stub