This repository was archived by the owner on Jul 12, 2023. It is now read-only.
Deploy music-bot example to Heroku #216
Unanswered
LorenzoGala
asked this question in
Q&A
Replies: 1 comment
-
If everything is set up correctly in your package.json file, your Procfile just needs to include the following:
Then you disable the web dyno and enable the worker dyno. EDIT: This should help you, found on Google: https://elements.heroku.com/buildpacks/synicalsyntax/discord.js-heroku |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone and thank you for the amazing work on Discord Voice. I'm looking for help because I don't known what to code inside the Procfile for Heroku considering that I have to npm install dependencies from two different folders (main one and music-bot example one)
Beta Was this translation helpful? Give feedback.
All reactions