You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have an error in fetchChannelMessages that is thrown in the discord-bot
development-tc-discord-bot-dev-1 | 2023-06-03T13:19:09.319278723Z This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
development-tc-discord-bot-dev-1 | 2023-06-03T13:19:09.319760835Z TypeError: Cannot read properties of undefined (reading 'cache')
development-tc-discord-bot-dev-1 | 2023-06-03T13:19:09.319770972Z at fetchChannelMessages (/project/lib/functions/fetchMessages.js:127:37)
development-tc-discord-bot-dev-1 | 2023-06-03T13:19:09.319775222Z at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
development-tc-discord-bot-dev-1 | 2023-06-03T13:19:09.345276865Z This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
development-tc-discord-bot-dev-1 | 2023-06-03T13:19:09.345374886Z TypeError: Cannot read properties of undefined (reading 'cache')
development-tc-discord-bot-dev-1 | 2023-06-03T13:19:09.345381054Z at fetchChannelMessages (/project/lib/functions/fetchMessages.js:127:37)
development-tc-discord-bot-dev-1 | 2023-06-03T13:19:09.345385323Z at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered:
we have an error in fetchChannelMessages that is thrown in the discord-bot
The text was updated successfully, but these errors were encountered: