stream-chat
stream-chat copied to clipboard
OBS Chat Overlay for StreamerBot
For now this is specifically for YT comments, but also for general independance in terms of what data sources the overlay can work with, so if a user has a...
This project should probably have some preview images for the README and the social media preview. A good example image should show that different customization options are available. The social...
- Added a simple feature to show channel redemptions in gray text. This color should eventually be editable in the generator. - Added a basic form of displaying Cheers in...
as discussed in discord this would be very helpful as I would rather not just block the words on twitch end. Streamer bot would auto ban anyone using certain words,...
Here's a list of Trovo events. ```json "trovo": [ "BroadcasterAuthenticated", "BroadcasterChatConnected", "BroadcasterChatDisconnected", "FirstWords", "PresentViewers", "ChatMessage", "Follow", "SpellCast", "CustomSpellCast", "Raid", "Subscription", "Resubscription", "GiftSubscription", "MassGiftSubscription", "StreamOnline", "StreamOffline" ] ```
Would be really nice if you could add like animations when a new message comes in with like a Fade/Slide type of animation instead of appearing in plain sight
Hi, I just wanted to contribute to a small fix, despite not knowing much about github I downloaded stream-chat-0.3.3 from here yesterday, and noticed that Deleted Messages don't remove themselves....
I need this thank you
Managed to fix this by editing lines 1347 and 1348 in chat.html from `StreamerBot['message']['twitch'](m.msgId, m.userId, m.displayName, color, m.message, m.emotes, m.role, m.badges, Highlights.Announcement);` to ` StreamerBot['message']['twitch'](m.messageId, m.user.id, m.user.name, color, m.text, m.emotes,...