DiscordYoutubeNotifier icon indicating copy to clipboard operation
DiscordYoutubeNotifier copied to clipboard

TypeError: Cannot read properties of undefined (reading 'get')

Open Pelorojo opened this issue 4 years ago • 1 comments

Hello, once a new video is found, I get following error message:

DiscordYoutubeNotifier/index.js:117
        let channel = client.channels.cache.get(config.channel);
                                            ^

TypeError: Cannot read properties of undefined (reading 'get')
    at /home/redhair/node/DiscordYoutubeNotifier/index.js:117:45
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)

Node.js v17.1.0

Pelorojo avatar Nov 27 '21 02:11 Pelorojo

up

R0binT avatar Jul 08 '22 12:07 R0binT