How do I program a Discord bot that sends messages? (JavaScript, NodeJS)
The Discord bot is not working. I have tried various methods (as you can see from the main file), but nothing works. I need your help.
13 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 staffshow your code
GitHub
GitHub - Detonario/Deto-s-Code: Just some commands and... that's it.
Just some commands and... that's it. Contribute to Detonario/Deto-s-Code development by creating an account on GitHub.
its messageCreate
and you do not need 2 listeners
like this? sorry i'm really bad
yes
it works. thx so much...
šš»
do you maybe know how I can lock a bot to a specific channel on Discord? i know i can make him not see the other channels, but this can be annoying. any other solution?
compare the channel id
is there a command for it?
message.channel.permissionoverwrites.edit(message.guild.everyone.id,
maybe with this?
Unknown Userā¢11mo ago
Message Not Public
Sign In & Join Server To View
cant believe, it worked š
thank you
final question, i promise: do you maybe know a good free cloud server, where i can put the bot online 24/7 ?
Unknown Userā¢11mo ago
Message Not Public
Sign In & Join Server To View
šš»