Я пробовал этот код
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
Спасибо.