【发布时间】:2020-11-21 07:27:39
【问题描述】:
【问题讨论】:
标签: node.js discord.js
【问题讨论】:
标签: node.js discord.js
您需要发送Channel 对象,它会起作用。
const Channel = client.channels.cache.get("ChannelID");
message.author.send(`Hello, please check the channel ${Channel}. Thank you.`);
您也可以作为普通用户执行此操作。你需要写:<#ChannelID>
【讨论】: