91³Ô¹ÏÍø

Watch CBS News

MLB and Minnesota Twins investigating Jarren Duran's allegation that fan told him to kill himself

The Minnesota Twins and Major League Baseball are investigating Jarren Duran's allegation that a fan he pointed his middle finger at during a game had told the Boston Red Sox outfielder to kill himself.

Duran made the gesture as he returned to the dugout after a fifth-inning groundout in Boston's 6-0 loss to Minnesota on Tuesday night at Target Field.

"We were made aware of the situation late last night and are looking into it," Twins senior vice president of communications and public affairs Dustin Morse said. "There's no place in our game for conduct like that."'

MLB confirmed its own investigation, per standard practice of reviewing the conduct of both the player and the fan before determining any potential discipline.

"Somebody just told me to kill myself. I'm used to it at this point, you know?" Duran said after the game, adding that he "shouldn't react like that, but that kind of stuff is still kind of triggering."

Duran discussed bouts with severe depression and a suicide attempt in a Netflix documentary series that debuted last year.

"Honestly, it's my fault for talking about my mental health because I kind of brought in the haters. So I've just got to get used to it," Duran said. "I was just trying to hold it in and not really bring that up to the team. I mean, we're trying to win a game. I shouldn't even bring that up to anybody. ... It just happens."

Red Sox manager Alex Cora said after the game he hadn't witnessed the confrontation or reviewed video of it, but he shared his thoughts with reporters ahead of the series finale on Wednesday.

"I know the Twins are all over the case and trying to find out who he was, and hopefully they find the person," Cora said, adding that if found "it's probably the last big-league game that that person is going to attend."

"We have Jarren's back. Like I said last year, for him to open up, he saved lives," Cora added. "And it's not easy. It's not easy because, like he said, we're in the business of winning games, and he doesn't want to be a distraction. And he's not a distraction. He's not. He's just a player that plays for the Red Sox and has our full support."

Duran played all nine innings in left field on Wednesday, going 0 for 5 with a run scored in Boston's 9-5 victory.


If you or someone you know is in emotional distress, get help from the  by calling or texting 988. Trained crisis counselors are available 24 hours a day to talk about anything.

In addition, help is available from the , or NAMI. Call the NAMI Helpline at 800-950-6264 or text "HelpLine" to 62640. There are more than 600 local NAMI organizations and affiliates across the country, many of which offer free support and education programs.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });