watermark logo

Dogecoin Turned Me Into a Republican - Matt Richards

14 Views
Lelzz
Lelzz
20 Aug 2021

Matt Richards explains how in one night's sleep Dogecoin turned his pandemic into a bandemic! Originally filmed 7/25/21

For more Matt Richards follow him on Instagram @mattwasfunny

Held every Sunday at the Laugh Factory on the famous Sunset strip, Chocolate Sundaes is unlike any other comedy show you’ve ever seen!

We showcase a powerful mix of seasoned veterans as well as up-and-coming comedians who you’ve seen on all of the major networks. Recent performers include Kevin Hart, Ali Wong, Katt Williams, Howie Mandel, Tracy Morgan, and Bill Bellamy, just to name a few.

You never know who may be attendance in the audience. Recent celebrity sightings include Jay Z & Beyonce, Tyrese, Justin Bieber, Kendall Jenner, and J Cole.

Every Sunday at 7:00 & 9:30 p.m. at The Laugh Factory in Hollywood.


Executive Producer: Pookey Wigington

#ChocolateSundaes
https://linktr.ee/chocolatesundaes

Need captions?! Caption your videos easily like we do using Rev.com! https://www.rev.com/services?ref=chocolatesundaes

Show more


0 Comments Sort By

No comments found

'+text+'

'); $(button).attr('disabled', true); $.post('https://blackjunction.tv/aj/add-comment', {video_id: video_id, text: text}, function(data, textStatus, xhr) { if (data.status == 200) { if ($('.user-comments .empty_state').length > 0) { $('.user-comments .empty_state').remove(); } $('#comment-textarea').val('').css('height', '50px');; $('#video-user-comments').prepend(data.comment); } $(button).attr('disabled', false); }); } function PT_DeleteComment(id) { if (!id) { return false; } if (!confirm('Are you sure you want to delete your comment?')) { return false; } $('#comment-' + id).slideUp('fast'); $.post('https://blackjunction.tv/aj/delete-comment', {id: id}); } function PT_PinComment(id,pin){ if (!id) { return false; } let pinned_comments = $('#pinned-comment'); if (pin) { $("#comment-" + id).slideUp(200,function(){ Snackbar.show({text: 'Comment pinned to top',pos: 'bottom-center',showAction: false}); }) } else{ pinned_comments.empty(); Snackbar.show({text: 'Comment unpinned',pos: 'bottom-center',showAction: false}); } $.post('https://blackjunction.tv/aj/pin-comment', {id: id},function(data){ if (data.status == 200) { $("#comment-" + id).slideUp(100,function(){ $(this).remove(); pinned_comments.scrollTo(); }); pinned_comments.html(data.html); } else if(data.status == 304){ $("#video-user-comments").append(data.html); } }); }