From d45117cbb301ab591ebaf24f4628f7993e4f3754 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Fri, 15 May 2020 11:52:48 +0100 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ab5e772 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Bantoufi Discord Bot +Simply a discord bot that plays audio tracks from facebook, youtube and podcast websites +# Deployment to Heroku +1. Fork this repository +1. Create an app on Heroku +1. Connect the app with your forked repository +1. Add these buildpacks: [Ffmpeg buildpack](https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git) and [Puppeteer buildpack](https://github.com/jontewks/puppeteer-heroku-buildpack.git) +1. Deploy + +Check this [video](https://www.youtube.com/watch?v=f3wsxbMbi5M) for a detailed guide