@ -20,6 +20,10 @@ Set SLACK_API_TOKEN from the Bot integration settings on Slack.
heroku config:add SLACK_API_TOKEN=...
```
#### GIPHY_API_KEY
Slack-Gamebot replies with animated GIFs. While it's currently not necessary, uyou may need to set GIPHY_API_KEY in the future, see [github.com/Giphy/GiphyAPI](https://github.com/Giphy/GiphyAPI) for details.
### Heroku Idling
Heroku free tier applications will idle. Use [UptimeRobot](http://uptimerobot.com) or similar to prevent your instance from sleeping or pay for a production dyno.
Heroku free tier applications will idle. Either pay 7$ a month for the hobby dyno or use [UptimeRobot](http://uptimerobot.com) or similar to prevent your instance from sleeping or pay for a production dyno.
@ -17,6 +17,8 @@ On the next screen, note the API token.
Run `SLACK_API_TOKEN=<your API token> foreman start`
While it's currently not necessary, uyou may need to set _GIPHY_API_KEY_ in the future, see [github.com/Giphy/GiphyAPI](https://github.com/Giphy/GiphyAPI) for details.