I am currently developing a discord bot with Java using npm. I can get it to come online and it will say "bot is ready" in the terminal but somehow it doesn't respond to messages and also doesn't send a message to people joining my Server. I have enabled all intents in the Discord Developer Portal and don't know what to do anymore. I am very new to Java so I can't really help myself more than google and I always get the same answers there!
#Discord Bot Struggle
17 messages · Page 1 of 1 (latest)
That’s not Python, that’s JavaScript, which explains why you said npm, which is only for JavaScript
lol
I’ve updated the post tags
Thanks, but would you still be able to help me?
You need the guild members intent as well
Otherwise you don’t get the member join events
Okay, thanks I will try that!
I see you edited the post to say Java, uhhhhh, Java is not JavaScript haha they’re two different languages and you’re using JavaScript
Java 🗣️
What exactly should it do?

Dude I'm sorry for beeing such a noob😂
No worries
thank you so much btw it works now!