diff --git a/bots/discord/src/context.ts b/bots/discord/src/context.ts index e444ce2..c63468b 100644 --- a/bots/discord/src/context.ts +++ b/bots/discord/src/context.ts @@ -80,7 +80,7 @@ export const discord = { parse: ['users'], repliedUser: true, }, - partials: [Partials.Message, Partials.Reaction], + partials: [Partials.Message, Partials.Reaction, Partials.GuildMember], }), commands: Object.fromEntries(Object.values(commands).map(cmd => [cmd.name, cmd])) as Record< string,