MarcDonald / twitch-spotify-request-bot

This is a bot that listens to the chat of a given Twitch stream for messages with a Spotify song link in them and then adds that song to a playlist and/or your queue.
https://www.marcdonald.com
MIT License
31 stars 22 forks source link

Q: Check if user is subscribed to channel? #4

Closed Colorful98 closed 3 years ago

Colorful98 commented 3 years ago

Hey,

How hard would it be to implement the functionality that the bot only listens to subscribers in the chat?

MarcDonald commented 3 years ago

Hey sorry it took so long to get back to you on this, I had forgot to turn on notifications for this repo. Just added an extra option to limit the command to subscribers only. If you use the newest version (2.0.0) and update your config to include the new option (as shown in the example config) it should work for you.

Colorful98 commented 3 years ago

Works flawlessly, thanks! 👍