-
Notifications
You must be signed in to change notification settings - Fork 1
Setup
Codeah edited this page Mar 12, 2019
·
3 revisions
Clone the Github repository.
git clone https://github.com/thecodeah/gopher-bot && cd gopher-bot
Create an .env file that contains the app bot token. If you do not have an app already, create one at https://discordapp.com/developers.
echo TACOBOT_TOKEN=BOT_TOKEN_HERE > .env
Start it up! Docker will do the rest from this point on.
docker-compose up