response_attachments = [x for x in message_dict['attachments']
                                    if response_regex.match(x[0])]