NOTE: Deploy Racket Bot r16 on Heroku
How to deploy r16 bot on Heroku.
git clone [email protected]:williewillus/r16.git cd r16/ echo 'web: racket -l r16 ./' > Procfile heroku buildpacks:set https://github.com/lexi-lambda/heroku-buildpack-racket heroku config:set RACKET_VERSION=8.0 heroku config:set BOT_TOKEN=<your bot token> git push heroku master