diff options
| -rwxr-xr-x | .gitignore | 1 | ||||
| -rw-r--r-- | requirements.txt | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -63,3 +63,4 @@ target/ config.yml *.out +log diff --git a/requirements.txt b/requirements.txt index 103d368..2de3293 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ -git+ssh://git@github.com/rapptz/discord.py@async +# git+ssh://git@github.com/rapptz/discord.py@async +discord.py[voice] pyyaml==3.11 youtube-dl |
