From 86100d8484b255cdd56cdb56d7dc0f6b19e0ef91 Mon Sep 17 00:00:00 2001 From: Enzo Besnainou Date: Sat, 9 Jun 2018 03:00:34 +0200 Subject: [PATCH 1/2] add flag to Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9cc9bc5..20e5a60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,9 +3,10 @@ FROM python:3.4-slim-jessie ADD . /app ENV LAYER13_API YourApiKey +ENV TOKEN_BOT YourTokenBot RUN pip install discord.py requests datetime WORKDIR /app -CMD python3 WarezBot.py -k $LAYER13_API \ No newline at end of file +CMD python3 WarezBot.py -k $LAYER13_API -b $TOKEN_BOT \ No newline at end of file From db959ea542e5b423f507b37788dde2637967d4e2 Mon Sep 17 00:00:00 2001 From: Enzo Besnainou Date: Sat, 9 Jun 2018 03:48:14 +0200 Subject: [PATCH 2/2] Update README.md update wiki link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3776235..06083b9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Soon ... ## Installation and Support -* Read the [Installation Guides](http://link.me) for instructions to install Tautulli. +* Read the [Installation Guides](https://github.com/enzobes/WarezBot/wiki) for instructions to install Tautulli. * You can add me on [Discord](https://discord.gg/), or post in [Issues](https://github.com/enzobes/WarezBot/issues) section, if you have installations problems