Add requirements.txt
This commit is contained in:
@@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
discord bot to download sounds from youtube and play them.
|
discord bot to download sounds from youtube and play them.
|
||||||
|
|
||||||
|
installation:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
usage:
|
usage:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
3
requirements.txt
Normal file
3
requirements.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
pydub==0.25.1
|
||||||
|
discord.py==2.2.3
|
||||||
|
yt-dlp
|
||||||
Reference in New Issue
Block a user