Updated Kick functionality to alert on dirtdevil-enjoyer going live as BMJ got permabanned and it serves no purpose now

This commit is contained in:
barelyprofessional
2024-06-30 13:34:53 +08:00
parent dd8ba2c5c5
commit 14884c717e
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -211,7 +211,8 @@ public class KickBot
private void OnStreamerIsLive(object sender, KickModels.StreamerIsLiveEventModel? e) private void OnStreamerIsLive(object sender, KickModels.StreamerIsLiveEventModel? e)
{ {
_sendChatMessage($"Bossman Live! {e?.Livestream.SessionTitle} https://kick.com/bossmanjack"); if (e == null) return;
_sendChatMessage($"Dirt Devils LFG! @Juhlonduss is live! {e.Livestream.SessionTitle} https://kick.com/dirtdevil-enjoyer", true);
} }
private void OnStopStreamBroadcast(object sender, KickModels.StopStreamBroadcastEventModel? e) private void OnStopStreamBroadcast(object sender, KickModels.StopStreamBroadcastEventModel? e)
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"PusherChannels": ["chatrooms.2507974.v2", "channel.2515504"], "PusherChannels": ["channel.28448806"],
"Proxy": "socks5://us-lax-wg-socks5-203.relays.mullvad.net:1080", "Proxy": "socks5://us-lax-wg-socks5-203.relays.mullvad.net:1080",
"KfChatRoomId": 15, "KfChatRoomId": 15,
"BossmanJackTwitchId": 114122847 "BossmanJackTwitchId": 114122847