我已经尝试过此代码
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
谢谢。
答案 0 :(得分:0)
没关系,它是一个过时的功能,已通过修复。
client.channels.cache.get('1234567890')