Skip to content

issues Search Results · repo:Kaktushose/jda-commands language:Java

Filter by

85 results
 (70 ms)

85 results

inKaktushose/jda-commands (press backspace or delete to remove)

The goal is to refactor the TypeAdapter to support complex multi step type adapting. The new TypeAdapter api should support something like, to transform S into E: S - I1 I1 - I2 I3 - E (S = Start, E ...
p:high
s:accepted
t:enhancement
  • Goldmensch
  • Opened 
    4 days ago
  • #172

If a command option is marked as optional and also has @Min or/and @Max validators, this can lead to a NullPointerException. This happens when a user runs the command but doesn t set a value for that option ...
p:high
s:accepted
t:breaking
  • SachsenspieltCoding
  • Opened 
    on Feb 20
  • #160

With the move to Maven Central, the v in the version got lost. So it should be like this now: dependency groupId io.github.kaktushose /groupId artifactId jda-commands /artifactId version ...
p:low
s:completed
t:documentation
  • stijnb1234
  • 1
  • Opened 
    on Jan 29
  • #159

As far as I can find at the moment, to reply with a message string and a file, the way to do this now is using: File outputFile = ...; //This is my file event.reply((new MessageCreateBuilder()) ...
p:low
s:accepted
s:completed
t:enhancement
  • stijnb1234
  • 3
  • Opened 
    on Jan 7
  • #156

TextInput now requires a value (the placeholder). Before, this was optional. Why is the placeholder required now, can t it just be empty? The label seems a better option for the value, as that s more required, ...
p:low
s:completed
t:bug
  • stijnb1234
  • 1
  • Opened 
    on Jan 7
  • #155

Related to https://github.com/Kaktushose/jda-commands/issues/137#issuecomment-2267584853 I m using a reply callback to reply to the original interaction, but the success callback has been removed in the ...
s:completed
t:question
  • stijnb1234
  • 2
  • Opened 
    on Jan 7
  • #154

API should look something like this: event.with().components(Components.buttons(ButtonMenu.class, onButton )).reply();
p:low
s:completed
t:enhancement
  • Kaktushose
  • 1
  • Opened 
    on Dec 19, 2024
  • #147

Description Currently, we only have the start(...) method to start jda-commands, while this allows for quick access and minimal setup it lacks in configuration and customablility, ultimately confusing ...
p:high
s:accepted
s:completed
t:enhancement
  • Kaktushose
  • Opened 
    on Dec 19, 2024
  • #146

Related to #138 Guild scope commands do not work as provided, because the update function is called before the scope can be set. Like this it works: JDACommands jdaCommands = JDACommands.start(jda, ...
p:low
s:completed
t:bug
t:question
  • stijnb1234
  • 5
  • Opened 
    on Dec 19, 2024
  • #145

- [ ] Decouple Definition classes into an API interface and an internal implementation - [x] Add entrypoint for other implementations and make reflect implementation the default
p:high
s:completed
t:enhancement
  • Kaktushose
  • Opened 
    on Dec 19, 2024
  • #144
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub