I'm very new to this.
I've made a bot for discord and now i want it to play music from YouTube, without having to put in a link.
I'm using Heroku and am getting several errors, that I really need help with.
I have tried pushing it several times, but I'm unsure what else can do.
Hope someone can help me :)
It looks like you may have forgotten to write the dyno to tell Heroku what to run. Try adding a Procfile to your project and name it "worker: node index.js". From what I understand, your second message says "missing script: start".