where would one find the d.js "send a message in a channel" chain in the v14 docs
sorry if i got the terminology wrong im not super used to JS but where could i find the chain for sending a message in a channel on the docs? traditionally it was message.channel.send but from what i see it ends at message.channel on these docs
9 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 OPoh yeah my exactly version is latest on npm: 14.14.1
You can continue from here: https://discord.js.org/docs/packages/discord.js/14.14.1/TextChannel:Class
but this is a question about docs really
you basically just had to select a specific channel type
from these options?
click on Channel
then choose one that supports messages, for example TextChannel
ah i see
thanks i appreciate it