discord2heroku
v1.1.0
Published
Quickly bootstrap a discord bot to be deployed on heroku
Downloads
6
Maintainers
Readme
Discord2Heroku
Quick cli tool to create a express server that wraps a discord.js bot
Install
npm i -g discord2heroku
Use
In the bot folder run:
discord2heroku
and fill out the form, this will generate discord2heroku.js
, and discord2heroku.config.json
. On the heroku server make heroku run the discord2heroku.js
file to run the bot.