On April 11, STPeach was handed a 24-hour ban hammer immediately after going live. She later tweeted and confirmed that Twitch's reasoning for the ban was because she violated their strict community guidelines

STPeach cosplayed as Raven, one of the main characters from the TV show Teen Titans. Lisa pointed out that she had worn that same cosplay on previous streams without any issues. She said the platform's action in issuing a ban seemingly out of nowhere was arbitrary. At the end of her tweet, she teased her latest purchase:

fortnite-promotional-banner
"Guess this means only one thing... I'll see you guys Wednesday."

She came through on her promise. Upon Lisa's return to Twitch on April 13, the content creator set up a kiddie pool stream from the comfort of her room, probably in retaliation.

This isn't the first time STPeach has threatened the streaming platform with a pool party. The content creator was hit with her first ban after a charity stream went south last month. It was essentially a critique of the hot tub meta. Over the years, this meta has given streamers an outlet to wear skimpy clothing, fashioned as swim attire, on stream.


Fans react to STPeach's ban and comeback stream

Viewers had differing opinions on the matter. A few fans resonated with Twitch's decision to ban her (again) and even blamed her for wearing revealing cosplay.

But many fans sympathized with the content creator, criticizing Twitch for their hypocrisy, unclear community guidelines, and arbitrary enforcement of the TOS.

Regarding Lisa's comeback 'hot tub' stream, some viewers referenced the case of Kaitlyn "Amouranth" Sirasuga, who is well-known for her suggestive ASMR content and notoriety on NSFW platforms.

One viewer criticized Lisa and Twitch, noting that the content creator should have been outlawed for breaking more rules in her comeback stream than the original.

A different viewer came to her defense, asserting that the content creator seemed to be making a point about double standards in enforcing Twitch's rules.

One viewer, in particular, may have seen through the ruse, indicating that reality goes beyond 'breaking the rules.' These situations should be perceived as a publicity stunt.


Lisa "STPeach" Peachy is a California-based Canadian streamer who gradually rose to fame for her notable commentary on popular games such as CS: GO and League of Legends. She is also known for her appealing IRL and charity streams.

She has amassed 1.1 million followers on Twitch and is currently playing through Elden Ring on her channel.

Quick Links

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": 1076760, "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(1076760); 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(1076760) >= 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(1076760) .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 }); })();