Cannot import "TextChannel" #2824
-
Hi, I've a Maven project in Eclipse, already imported the JDA-5.3.2-withDependencies.jar to the project but I cannot import TextChannel. I get this error:
It has been replaced? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
davideakc
Apr 8, 2025
Replies: 1 comment
-
Fixed with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
davideakc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed with
import net.dv8tion.jda.api.entities.channel.concrete.TextChannel;
.