Skip to content

Commit

Permalink
remove reward redeemption event sub
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisd committed Oct 16, 2024
1 parent d493a7c commit 9b3bf24
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/eventSub.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ class EventSub {
console.log(`${event.userDisplayName} just followed ${event.broadcasterDisplayName}!`);
this.bot.say(`#${config.twitch.channels}`, `Gracias por seguirnos ${event.userDisplayName}!`)
});

this.middleware.onChannelRedemptionAddForReward(channelId, 21929, event => {
console.log(`${event.userDisplayName} just redeemed ${event.rewardTitle}!`);
this.bot.say(`#${config.twitch.channels}`, `Gracias por redimir ${event.rewardTitle} ${event.userDisplayName}!`)
});
}
}

Expand Down

0 comments on commit 9b3bf24

Please sign in to comment.