Send message to specific channel

How can I send a message to a specific channel of my guild?
DT
d.js toolkit92d 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!
J
jay92d ago
1. get said channel 2. .send()
A
Aryxst92d ago
can you show me an example?
J
jay92d ago
either guild.channels.cache.get if channels are cached or guild.channels.fetch
DD
d.js docs92d ago
const channel = client.channels.cache.get("222086648706498562");
const channel = guild.channels.cache.find(channel => channel.name === "general");
const channel = client.channels.cache.get("222086648706498562");
const channel = guild.channels.cache.find(channel => channel.name === "general");
- Caches in discord.js are Collections which extend the native Map structure. - learn more
const channel = client.channels.cache.get("222086648706498562");
const channel = guild.channels.cache.find(channel => channel.name === "general");
const channel = client.channels.cache.get("222086648706498562");
const channel = guild.channels.cache.find(channel => channel.name === "general");
- Caches in discord.js are Collections which extend the native Map structure. - learn more
A
Aryxst92d ago
a send method doesnt exists on my channel
M
monbrey92d ago
Then it isn't a text channel
A
Aryxst92d ago
No description
J
jay92d ago
maybe provide a id?
M
monbrey92d ago
You're using TypeScript so you need to typeguard it
A
Aryxst92d ago
No description
A
Aryxst92d ago
how?
M
monbrey92d ago
Check it's type channel.type === ChannelType.GuildText Or use .isTextBased()
A
Aryxst92d ago
typescript...
No description
A
Aryxst92d ago
i forgor, ty
Want results from more Discord servers?
Add your server
More Posts
Ticket SupportWhy when i run the bot, the terminal gave me this error?Can someone help to complete this command?I have a ticket command here, but I don't know how to make a channel that opens from a button:Webhook send channelId optionIs it possible to parse a channel ID on the webhook.send method for it to send to a thread rather thIssue with Select MenuHello, I'm new with select menus, I tried them today but the bot isn't responding to them. The consoinvalid from body```DiscordAPIError[50035]: Invalid Form Body 14.options[3][APPLICATION_COMMAND_OPTIONS_TYPE_INVALID]invalid from body```DiscordAPIError[50035]: Invalid Form Body 14.options[3][APPLICATION_COMMAND_OPTIONS_TYPE_INVALID]LatencyAfter I created shards for bot, latency went from 8-10 to 200 and this happens sometimesmodal submit unknown interaction```js await interaction.showModal(modal); //ButtonInteraction const filter = (i) => MODALhey, how can add textlabel in modal please?Add points to multiple users at onceI want to make 3 optional options to add points to multiple users at once, How can I achieve that wiAuthentication failed at WebSocketShard.onCloseI get this error once every few weeks and discord resets my bot's token. ```Unhandled rejection: AutFor some reason my collecter won't work?It doesn't give me an error or anything and ive been debugging for about 6 hours now. Any pointers aEmbed is only sending once every time the slash command is ran every active sessionBy every active session I mean every time the bot is online. I have a slash command that is like anDownload Node JS without admin rightsHello i want to know if it's possible to install node js npm without admin rights please403 Error due to new image expiration?Hey all, I'm unfortunately having issues with a ticket transcript system that I created for my discoGetting: Invalid bitfield flag or number: VIEW_CHANNEL. (creating a text channel)dont rlly know. code: ```js collector.on('collect', async(i) => { const selectioAnonymous bot sub-users (PluralKit)How would I create anonymous bot sub users like what PluralKit and similar bots do? The users are mslash commandshow can creat slash command with open popup(modal) ? plsTrying to join guild by keep getting "you need to update ur app to join this server"im using a cap solver to join the server, i have tried everything - does anyone have any code or a sStock element to send embedsHello guys, is that possible to stock the id of members who react to a message and send an embed to