Skip to content

Commit

Permalink
use right target
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisd committed Oct 16, 2024
1 parent d2855b8 commit 4050e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/eventSub.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class EventSub {
async subscribeEvent (channelId) {
this.middleware.onChannelFollow(channelId, config.twitch.userId, event => {
console.log(`${event.userDisplayName} just followed ${event.broadcasterDisplayName}!`);
bot.say(channelId, `Gracias por seguirnos ${event.userDisplayName}!`)
bot.say(`#${config.twitch.channels}`, `Gracias por seguirnos ${event.userDisplayName}!`)
});
}
}
Expand Down

0 comments on commit 4050e83

Please sign in to comment.