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

Procfile wrong declarations #13

Closed IvanGodinez21 closed 3 years ago

IvanGodinez21 commented 3 years ago

I forgot to add worker type to the Procfile

npm start

worker npm start

This could be added at any time, it doesn't affect the deploy, it just add an option to prevent app sleeping using free dyno hours. This let the app runs 24/7 (depends on the remaining dyno hours) if the user turn on worker npm start instead of turning on web npm start (that only works for 1 hour and then go to sleep).

Currently, is only available web npm start (the other one doesn't work until Procfile be updated)

Inked120200829-62430700-c1ea-11eb-93bc-8bbdffa726fd_LI