diff --git a/bots/discord/src/events/discord/messageCreate/messageScan.ts b/bots/discord/src/events/discord/messageCreate/messageScan.ts index f9653bc..ea3eb31 100644 --- a/bots/discord/src/events/discord/messageCreate/messageScan.ts +++ b/bots/discord/src/events/discord/messageCreate/messageScan.ts @@ -33,7 +33,7 @@ withContext(on, 'messageCreate', async (context, msg) => { if (response) { logger.debug('Response found') - const toReply = ( + const toReply = msg.reference?.messageId && ( respondToReply === true ? true : (respondToReply === 'only_labeled' && label !== undefined) ||