Discord.js sending a message to a specific channel

后端 未结 4 1854
予麋鹿
予麋鹿 2020-12-20 19:27

I\'m failing to achieve something very simple. I can\'t send a message to a specific channel. I\'ve browsed trough the documentation and similar threads on stack overflow. <

4条回答
  •  礼貌的吻别
    2020-12-20 20:03

    This will work for the newest version of node.js msg.guild.channels.cache.find(i => i.name === 'announcements').send(annEmbed)

提交回复
热议问题