JDA-Applications / JDA-Utilities

A series of tools and utilities for JDA to assist in bot creation
Apache License 2.0
215 stars 107 forks source link

replit Code Probleme net.dv8tion.jda #140

Open Daschniel opened 1 year ago

Daschniel commented 1 year ago

Mein Code auf Replit (java) erkennt nicht ,,import net.dv8tion.jda.api.events.interaction.component.SelectMenuInteractionEvent;" und daraufhin folgen errors. Kennt jemand den Package dafür den man installieren muss? Habe schon net.dv8tion.jda auf der aktuellsten Version installiert aber das reicht offenbar nicht... image

jasonlessenich commented 1 year ago

JDA-Utilities doesn't support the latest JDA version and is quite outdated. I recommend using https://github.com/Chew/JDA-Chewtils, which is an actively maintained fork of JDA-Utilites.

And please keep everything in english..

Daschniel commented 1 year ago

@DynxstyGIT Thank you very much! Im very new in coding, can you name me the package name i need to import in replit?😅

Andre601 commented 1 year ago

It's recommended to not use Replit. Use an actual IDE on your PC like Eclipse or IntelliJ with proper dependency managers (Maven, Gradle, ...)

Daschniel commented 1 year ago

@Andre601 are there any web based pogramms i can use like replit?

jasonlessenich commented 1 year ago

No, just as he said, install an IDE on your PC

Xirado commented 1 year ago

You could use github.dev