mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Fixed Kick Follows not working
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user