12 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OPthis the code if anyone needed client.on('messageCreate', (message) => {
if (message.author.bot){
return;
}
if (message.content === 'hello') [
message.reply('hi')
]
});
Are you sure you didnt run ur bot twice?
hmm
lemee see
i stoped it and run in it again but still the same
Still
what
steal
Restart will do nothing if you have two instances running
hmm
Stop ur bot and check if then will response
oh thanks it worked
I'm sorry for wasting your time
Then you have two instances running
have a good day
well i had 10