#Discord Bot Struggle

17 messages · Page 1 of 1 (latest)

fresh hemlock
#

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!

loud crane
#

That’s not Python, that’s JavaScript, which explains why you said npm, which is only for JavaScript

fresh hemlock
#

lol

loud crane
#

I’ve updated the post tags

fresh hemlock
#

Thanks, but would you still be able to help me?

loud crane
#

You need the guild members intent as well

#

Otherwise you don’t get the member join events

fresh hemlock
#

Okay, thanks I will try that!

loud crane
#

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

long flint
#

Java 🗣️

loud crane
#

They were just missing the intent I told them to add

#

It should work now

long flint
fresh hemlock
loud crane
#

No worries

fresh hemlock
#

thank you so much btw it works now!