how do I fix this issue of Vscode on pointing errors even when the code runs normally?
showing issue
How can I create a reply “chat thread” using JDA
Discord has a feature that can create a start thread to keep messages organized. I couldn’t find how to do this with JDA.
JDA sends Embed correctly but shows “application did not respond”
I have been working on a Destiny 2 Raidbot on Discord. Here i came across a problem where i havent found a solution yet.
How to use JDA’s setComponents() method with custom buttons?
I’m working on a Discord bot using the JDA (Java Discord API) library, and I’m trying to create an interactive message with custom buttons. However, I’m having trouble understanding how to correctly use the setComponents()
method with my buttons when I have more than 5 buttons.