python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Cannot get Java Discord bot (JDA) to send embed
I'm trying to get my discord bot to send embeds but I send the message in discord and it doesn't do anything. It's working when I do this for regular messages, but not for embeds. Not sure what I'm do...
Anthony Mayoral
Votes: 0
Answers: 1
Maven can't find the Java Discord API dependency
I've tried for a while to figure out the problem with this project, but I just can't figure it out. I've setup a project in IntelliJ, set it to work with Maven, but as I'm writing the pom.xml it claim...
Ieris19
Votes: 0
Answers: 1
Getting the guild owner in JDA raising NullPointerException
I was trying to make a function which displays info about the server.
public static void serverInfo(Guild guild, MessageChannel channel) {
EmbedBuilder embed = new EmbedBuilder();
//Calculations
int ...
Yashwardhan Bisht
Votes: 0
Answers: 1
I am Making a Discord bot using jda
I wanna add a function to get cat images could someone in here get me the code plz !!!
I have tried using
EmbedBuilder result= new EmbedBuilder();
result.setTitle("Here's a cat!&...
Vikaash baleshwaran
Votes: 0
Answers: 1