Posted September 23, 20214 yr Hello! I'm trying to use JDA (Java Discord API) in my client. I imported it and did all the things I needed to but for some reason whenever I put the mod in the mods folder and test it it gives me a classdefnotfounderror. Not sure why. Whenever I test the client it runs fine and even the bot goes online. But using it doesn't work.
September 23, 20214 yr Author 18 hours ago, Luis_ST said: why do you need the JDA API in MinecraftForge? I'm not sure how that would help my situation. but I'm trying to run minecraft and get info from a server then send it to my discord bot without using an external server.
September 24, 20214 yr look at the build.gradle file there is a comment out section with .lib create the folder and add the API there if I'm correct this should work for simple jars Edit: look here for more infos how to add the discord API Edited September 24, 20214 yr by Luis_ST
September 24, 20214 yr Author 14 hours ago, Luis_ST said: look at the build.gradle file there is a comment out section with .lib create the folder and add the API there if I'm correct this should work for simple jars Edit: look here for more infos how to add the discord API I'm sorry I didn't quite understand. Could you provide more info? Where do I put the api and what parts do I comment out?
September 24, 20214 yr 14 hours ago, Luis_ST said: look at the build.gradle file there is a comment out section with .lib create the folder and add the API there if I'm correct this should work for simple jars that's irrelevant, look at the link it will show you how to add the discord API when using gradle
September 24, 20214 yr Author 25 minutes ago, Luis_ST said: that's irrelevant, look at the link it will show you how to add the discord API when using gradle I did that even before this thread... It just doesn't work when I export it. It says that JDABuilder doesn't exist
September 26, 20214 yr Author 10 hours ago, Luis_ST said: i'm not familiar at all with gradle but please show your build.gradle file Here it is! https://pastebin.com/cu30ZFsE
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.