Fixed Kick Follows not working

This commit is contained in:
nutty
2026-07-04 05:23:06 +10:00
parent 7caa56c200
commit c691076f4b
+5
View File
@@ -255,6 +255,11 @@ client.on('YouTube.GiftMembershipReceived', (response) => {
YouTubeGiftMembershipReceived(response.data); YouTubeGiftMembershipReceived(response.data);
}) })
client.on('Kick.Follow', (response) => {
console.debug(response.data);
KickFollow(response.data);
})
client.on('Streamlabs.Donation', (response) => { client.on('Streamlabs.Donation', (response) => {
console.debug(response.data); console.debug(response.data);
StreamlabsDonation(response.data); StreamlabsDonation(response.data);