Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Animated emoji crash hotfix #17

Merged
merged 2 commits into from Nov 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion Makefile
@@ -1,4 +1,4 @@
.PHONY: install deploy
.PHONY: install deploy kill

install:
pip install -r requirements.txt
Expand All @@ -8,3 +8,6 @@ deploy:
-docker rm -f dsf-wegbot3
docker run -it -v /home/weg/.dsf-wegbot:/root/.dsf-wegbot --name dsf-wegbot3 dsf-wegbot3

kill:
-docker kill dsf-wegbot3

2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -2,7 +2,7 @@ aiohttp==3.5.4
async-timeout==3.0.1
attrs==19.1.0
chardet==3.0.4
discord.py==1.2.3
discord.py==1.2.5
idna==2.8
idna-ssl==1.1.0
multidict==4.5.2
Expand Down