Discord.js在特定通道中发送消息

时间:2020-04-02 01:51:44

标签: node.js discord

我已经尝试过此代码

if (msg.startsWith(prefix + "sec")){
        if(message.author.id !== '12345678912345') return ;
        message.author.send("Message sent.")
        let msgchanl = client.channels.get('1234567890')
        msgchanl.send("hello")

代码给我一个

错误
UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'channels' of undefined

谢谢。

1 个答案:

答案 0 :(得分:0)

没关系,它是一个过时的功能,已通过修复。

client.channels.cache.get('1234567890')