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
Our bot crashed at around 2024-07-21 17:18 UTC with this stack trace
/app/node_modules/discord.js/src/client/actions/Action.js:27
return this.client.options.partials.includes(partialType) ? manager._add(data, cache) : manager.cache.get(id);
^
TypeError: Cannot read properties of undefined (reading 'get')
at ThreadMembersUpdateAction.getPayload (/app/node_modules/discord.js/src/client/actions/Action.js:27:107)
at ThreadMembersUpdateAction.getThreadMember (/app/node_modules/discord.js/src/client/actions/Action.js:112:17)
at /app/node_modules/discord.js/src/client/actions/ThreadMembersUpdate.js:22:35
at Array.reduce (<anonymous>)
at ThreadMembersUpdateAction.handle (/app/node_modules/discord.js/src/client/actions/ThreadMembersUpdate.js:21:32)
at module.exports [as THREAD_MEMBERS_UPDATE] (/app/node_modules/discord.js/src/client/websocket/handlers/THREAD_MEMBERS_UPDATE.js:4:38)
at WebSocketManager.handlePacket (/app/node_modules/discord.js/src/client/websocket/WebSocketManager.js:355:31)
at WebSocketManager.<anonymous> (/app/node_modules/discord.js/src/client/websocket/WebSocketManager.js:239:12)
at WebSocketManager.emit (/app/node_modules/@vladfrangu/async_event_emitter/src/index.ts:459:28)
at WebSocketShard.<anonymous> (/app/node_modules/@discordjs/ws/src/strategies/sharding/SimpleShardingStrategy.ts:32:47)
Node.js v20.15.0
Code sample
No response
Versions
discord.js 14.15.3
TypeScript 5.5.3
Node.js 20.15.0 (Docker node:20-bullseye base image)
Which package is this bug report for?
discord.js
Issue description
Our bot crashed at around 2024-07-21 17:18 UTC with this stack trace
Code sample
No response
Versions
Issue priority
Low (slightly annoying)
Which partials do you have configured?
Channel, Message, Reaction
Which gateway intents are you subscribing to?
Guilds, GuildMembers, GuildMessages, GuildMessageReactions, DirectMessages, DirectMessageReactions, MessageContent
I have tested this issue on a development release
No response
The text was updated successfully, but these errors were encountered: