'I was going through something, I was finding myself'

In 2022, Sha’Carri Richardson's ex-girlfriend Janeek Brown admitted that she abused the 100m world champion while they were dating in 2019. Initially, when Richardson publicly opened up about her failed relationship in 2022, her partner denied the allegations against her.

Ex-couple Sha’Carri Richardson and Janeek Brown first began dating in 2019 after they met at an award show. The 19-year-old Richardson and 21-year-old Brown were publicly open about their relationship.

However, their relationship did not last long. In 2022, Richardson came out on her Instagram to talk about her breakup. In her post, she revealed that her relationship with Brown was abusive and that the couple faced frequent fights.

As a result, Richardson’s fans heavily criticized Brown on social media. Brown also took to her Instagram to hit back at her, denying the allegations and claims made by her ex-partner.

👉 For more insights, check out this resource.

Sha’Carri Richardson then conducted an Instagram Live just before competing at the Prefontaine Classic in Eugene, Oregon. She defended Brown and accepted that both of them were responsible for damaging their relationship.

Days later, Janeek Brown finally confronted her fans, accepting the allegations that Richardson had earlier made against her.

👉 Discover more in this in-depth guide.

During a virtual interview with @BwouaTingz, she admitted her mistakes. She said:

“I was abusive once that there’s physical evidence of.”

She added that she was trying to be a better person, saying:

“And we moved on, and even after then I was trying to move on from that, we still got nowhere. …Yeah, I was going through something – I was finding myself, that’s why I am coming to social media, you feel me?” she said. “So yeah, it’s a transformation; I’m going to find myself now. I may look different now.”

Sha’Carri Richardson faced hard times in 2022 before making her comeback in 2023

The year 2021 and 2022 were a series of downs for Sha’Carri Richardson. She was supposed to compete in the Tokyo Olympics but was disqualified after the trials due to failed drug test.

Sha’Carri Richardson accepted that she consumed marijuana to combat the depression that she suffered from her biological mother’s demise that year.

However, when she tried to make a comeback, the athlete failed to qualify for the 2022 World Championships.

In 2023, the world saw a much stronger version of the 23-year-old as she qualified for the 2023 World Championships. Richardson went on to become the 100m World Champion and also anchored victory for Team USA in the 4x100m relay race.

More from Sportskeeda

" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1705730, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1705730); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1705730) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1705730) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();