Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/enzobes/WarezBot
Browse files Browse the repository at this point in the history
  • Loading branch information
enzobes committed Jun 9, 2018
2 parents a436d50 + db959ea commit 6565f0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
CMD python3 WarezBot.py -k $LAYER13_API -b $TOKEN_BOT
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6565f0e

Please sign in to comment.