A discord bot that directs play for Everyone Is John
To create an instance of Jonbot that is completely your own, run this server locally by following the steps below.
- Run
$ git clone https://github.com/Berkyle/jonbot - Run
$ yarn installor$ npm install - Create a Discord bot
- Follow to the end but stop at the last step.
- Create a
.envfile with the following structure:JON_BOT_CLIENT_ID="Your bot's client id" JON_BOT_CLIENT_SECRET="Your bot's client secret" JON_BOT_BOT_TOKEN="Your bot's bot token"
- Run
$ yarn start - Invite the bot to your server using the last step from [3.]
- Run
$ yarn start-devinstead