My bot is responding multiple time

any help?
No description
No description
12 Replies
d.js toolkit
d.js toolkit8mo ago
- 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 OP
haru!
haru!8mo ago
this the code if anyone needed client.on('messageCreate', (message) => { if (message.author.bot){ return; } if (message.content === 'hello') [ message.reply('hi') ] });
Harnes
Harnes8mo ago
Are you sure you didnt run ur bot twice?
haru!
haru!8mo ago
hmm lemee see i stoped it and run in it again but still the same
Harnes
Harnes8mo ago
Still
haru!
haru!8mo ago
what steal
Harnes
Harnes8mo ago
Restart will do nothing if you have two instances running
haru!
haru!8mo ago
hmm
Harnes
Harnes8mo ago
Stop ur bot and check if then will response
haru!
haru!8mo ago
oh thanks it worked I'm sorry for wasting your time
Harnes
Harnes8mo ago
Then you have two instances running
haru!
haru!8mo ago
have a good day well i had 10