I want to make my discord bot make an announcement to a certain channel, based on the Channel ID.
I know how to make the bot respond in whatever channel it's talked to, using message.channel.send()
, but I was wondering if there was a way to do message.channelID.send()
to have the bot talk in a specific channel to make an announcement.
Thanks! Nathan