This bot allows you to host Avalon games on Slack!
- Create a new bot integration
- Follow the steps to deploy the bot to Heroku or run it locally
- The bot will display a welcome message and instructions to use it when invited to a channel
Click this button:
- Install Heroku toolbelt
- Create a new bot integration (as above)
heroku create
heroku config:set SLACK_AVALON_BOT_TOKEN=[Your API token]
git push heroku master
- Create a
token.txt
file and paste your API token there npm install
node src/main.js
To run tests, simply do:
gulp