Colin

Results 1 comments of Colin

```js client.on(Events.Chatroom.SubscriptionsGifted, async (giftedInstance) => { const data = giftedInstance.data; const gifter = data.gifter_username; // Username of the gifter const gift_amount = data.gifted_usernames.length; // Amount of subs gifted }) ```