• Joined on 2024-09-20
tueem pushed to feat/message-components at tueem/Marinara 2025-04-01 08:18:49 +00:00
ec17952375 feat(build): add prefix to archive jar
tueem pushed to feat/message-components at tueem/Marinara 2025-03-31 08:50:47 +00:00
0114cffcbd refactor(method): make use of optionals in ReflectedMethodFactory
tueem pushed to feat/message-components at tueem/Marinara 2025-03-31 08:36:56 +00:00
450f1fdaa1 refactor(autocomplete): implement autocompleteRefs and remove SlashCommand annotation on Autocomplete Method
92540576df fix(registry): add null check to InteractionIdentifier#equals
Compare 2 commits »
tueem pushed to feat/message-components at tueem/Marinara 2025-03-29 17:49:38 +00:00
8a3cde52fd refactor(interaction): implement Factory pattern for all Interaction- and ReflectedMethods
tueem pushed to feat/message-components at tueem/Marinara 2025-03-29 17:38:14 +00:00
8495659364 fix(registry): fix logic error in InteractionEntry identifier checking and fix InteractionIdentifier#equals to actually recursively check parent identifiers
tueem pushed to feat/message-components at tueem/Marinara 2025-03-26 21:23:02 +00:00
0973016a74 refactor(interaction): seperate InteractionMethod to ReflectedMethod
tueem pushed to feat/message-components at tueem/Marinara 2025-03-26 18:47:00 +00:00
0590789359 fix: compile error
tueem created pull request tueem/Marinara#21 2025-03-26 18:43:13 +00:00
WIP: add Message-Components handling/registry
tueem created branch feat/message-components in tueem/Marinara 2025-03-26 18:27:12 +00:00
tueem pushed to feat/message-components at tueem/Marinara 2025-03-26 18:27:12 +00:00
2647a1f0b4 refactor(registry): outsource entry discovery to seperate method
tueem deleted branch feat/option-ranges from tueem/Marinara 2025-03-22 18:42:30 +00:00
tueem pushed to dev at tueem/Marinara 2025-03-22 18:42:29 +00:00
a3c5eb62ac Merge pull request 'add option ranges' (#20) from feat/option-ranges into dev
996f854ff7 feat(command): add wrapper implementations of option ranges
d2eec8b07c feat(command): add option ranges to options
Compare 3 commits »
tueem merged pull request tueem/Marinara#20 2025-03-22 18:42:28 +00:00
add option ranges
tueem closed issue tueem/Marinara#17 2025-03-22 18:42:28 +00:00
add numerical Range option for numerical options
tueem created pull request tueem/Marinara#20 2025-03-22 18:21:27 +00:00
add option ranges
tueem created branch feat/option-ranges in tueem/Marinara 2025-03-22 11:33:25 +00:00
tueem pushed to feat/option-ranges at tueem/Marinara 2025-03-22 11:33:25 +00:00
996f854ff7 feat(command): add wrapper implementations of option ranges
d2eec8b07c feat(command): add option ranges to options
Compare 2 commits »
tueem opened issue tueem/Marinara#19 2025-03-21 09:39:16 +00:00
Maybe rework Annotations
tueem pushed to dev at tueem/Marinara 2025-03-18 08:34:06 +00:00
caa2ee7089 refactor(command): move both choices vars to different annotation
tueem merged pull request tueem/Marinara#18 2025-03-17 19:34:27 +00:00
migrate to slf4j