Twitch veteran Jaryd "Summit1g" took the internet by storm on May 26, 2023, when he announced his marriage to fellow Twitch content creator Caroline "Lilchipmunk." The update quickly went viral on social media platforms such as Reddit and Twitter, with the online community sharing their heartfelt wishes.
Jaryd's announcement on Twitter was captioned:
"She said yes! And I love her."
"Interesting seeing streamers you grew up with getting married" - Online community reacts to Summit1g's marriage announcement
Hailing from Colorado Springs, Colorado, Summit1g is one of the most well-known personalities in the livestreaming industry. He is a former professional Counter-Strike: Global Offensive player who transitioned to full-time broadcasting on Twitch in 2016. Jaryd has amassed 6,189,007 followers and is the tenth most popular English-speaking personality at the time of writing.
As mentioned earlier, the content creator made headlines after he announced his marriage to Lilchipmunk. The update was shared on the r/LivestreamFail subreddit, wherein it quickly became the most popular post. Redditor u/Little-Fix4's take on the news garnered over 95 upvotes:
"If my memory serves me right didn't his Twitch Chat kind of play match-maker? Hooking them both up before a TwitchCon or am I misremembering? Regardless, kind of interesting, seeing streamers you grew up with getting married and having kids. Example: Lirik."
Another Reddit user, u/Sleepy_Azathoth, said that the couple appeared to be very happy:
One community member made a lighthearted comment, saying that the streamer was getting married, as well as reaching the maximum level in hardcore World of Warcraft:
Meanwhile, several others joked about Summit1g not wearing his iconic cap in the photos:
Here are some more relevant reactions from the streamer-focused forum:
The 36-year-old personality's announcement received over 1.7 million views and more than 34.7k likes on Twitter. Jaryd later explained his decision to reveal his marital status by saying:
Several prominent internet personalities like Timothy "TimTheTatman," Rachell "Valkyrae," Nicholas "Nickmercs," and Ben "CohhCarnage" congratulated Summit1g:
Some of the more pertinent responses were along these lines:
Summit1g's partner, Lilchipmunk, is also a partnered Twitch streamer. She is an avid gamer, having played 76 different titles on her channel. League of Legends, Valorant, Fortnite, Beat Saber, and Grand Theft Auto 5 are among her most played games. She boasts 446,066 followers and averages 254 viewers per stream.
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": 1523472, "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(1523472); 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(1523472) >= 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(1523472) .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 }); })();