If I know the channel ID, say "123453533908334" and I want the discord bot to send a message to that channel only no matter which channel the command is issued. I am working on discord.js. Is there any way to do so?
client.guilds.cache.get("your_guild_id").channels.cache.get("123453533908334").send("your_text")