How to send a message to ANY channel in discord.js using channel ids on March 13, 2022 Get link Facebook X Pinterest Email Other Apps How to send a message to ANY channel in discord.js using channel ids const channel = client.channels.cache.get('id'); channel.send('content');