Skip to content
Codeah edited this page Mar 12, 2019 · 3 revisions

How to set up (Docker)

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
Clone this wiki locally