diff --git a/app/routes/resources.epic-web-forum.ts b/app/routes/resources.epic-web-forum.ts index e683ce4..0c8ab2d 100644 --- a/app/routes/resources.epic-web-forum.ts +++ b/app/routes/resources.epic-web-forum.ts @@ -151,7 +151,7 @@ async function getThreadData({ } const { content, attachments, embeds, reactions, author } = starterMessage - const member = await guild.members.fetch(author.id) + const member = await guild.members.fetch(author.id).catch(() => null) const previewImageUrl = attachments.first()?.url ?? embeds?.[0]?.image?.url ?? null const authorDisplayName =