Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 hour ago.
I am trying to find a way to make my bot send an embed to a certain channel, however, I am currently trying to make my bot more "Open" So that I can use it in my friends servers as well! So instead of making it search for just a name I was wondering if there is a way to see if a channel includes a certain word, and have the bot send it to that channel
let sChannel = message.guild.channels.find(
x => x.id === "694117676947079200"
);
Please login or Register to submit your answer