Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 8f24998

Browse files
committed
Add support for youtube superchats with Tipeeestream
1 parent 8ace93a commit 8f24998

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/scala/org/codeoverflow/chatoverflow/requirement/service/tipeeestream/TipeeestreamListener.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class TipeeestreamListener extends EventManager {
1515
Option(eventType match {
1616
case "subscription" => call(SubscriptionEventJSON(event))
1717
case "donation" => call(DonationEventJSON(event))
18+
case "superchat" => call(DonationEventJSON(event))
1819
case "follow" => call(FollowEventJSON(event))
1920
case "cheer" => call(CheerEventJSON(event))
2021
case "raid" => call(RaidEventJSON(event))

0 commit comments

Comments
 (0)