diff --git a/multistream-alerts/script.js b/multistream-alerts/script.js index f141c4b..165181b 100644 --- a/multistream-alerts/script.js +++ b/multistream-alerts/script.js @@ -255,6 +255,11 @@ client.on('YouTube.GiftMembershipReceived', (response) => { YouTubeGiftMembershipReceived(response.data); }) +client.on('Kick.Follow', (response) => { + console.debug(response.data); + KickFollow(response.data); +}) + client.on('Streamlabs.Donation', (response) => { console.debug(response.data); StreamlabsDonation(response.data);