diff --git a/app.json b/app.json index 670e3a8..7e69de2 100644 --- a/app.json +++ b/app.json @@ -17,15 +17,7 @@ }, "plan": "heroku-postgresql" } - ], - "buildpacks": [ - { - "url": "https://github.com/heroku/heroku-buildpack-python" - }, - { - "url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest" - } - ], + ], "env": { "TOKEN": { "description": "Your bot token. Get from @botfather", @@ -205,6 +197,15 @@ } } + }, + "buildpacks": [ + { + "url": "https://github.com/heroku/heroku-buildpack-python" + }, + { + "url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest" + } + ] }