mirror of
https://github.com/hazemKrimi/discord-bot.git
synced 2026-05-01 18:30:25 +00:00
887 B
887 B
Bantoufi Discord Bot
Simply a discord bot that plays audio tracks from facebook, youtube and podcast websites
Development
For development on Windows you need the following node modules installed globally:
- node-gyp
npm install -g node-gyp
- node-pre-gyp
npm install -g node-pre-gyp
- patch-package
npm install -g patch-package
- windows-build-tools
npm install --global --production --vs2015 --add-python-to-path windows-build-tools
Deployment to Heroku
- Fork this repository
- Create an app on Heroku
- Connect the app with your forked repository
- Add these buildpacks: Ffmpeg buildpack and Puppeteer buildpack
- Deploy
Check this video for a detailed guide