diff --git a/README.md b/README.md index 89a10eb..88fb866 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ discord bot to download sounds from youtube and play them. +installation: + +```bash +$ pip install -r requirements.txt +``` + + usage: ```bash diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..7e4cab6 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +pydub==0.25.1 +discord.py==2.2.3 +yt-dlp