Add requirements.txt
This commit is contained in:
parent
a210d9e2bf
commit
61a4998ac7
@ -2,6 +2,13 @@
|
||||
|
||||
discord bot to download sounds from youtube and play them.
|
||||
|
||||
installation:
|
||||
|
||||
```bash
|
||||
$ pip install -r requirements.txt
|
||||
```
|
||||
|
||||
|
||||
usage:
|
||||
|
||||
```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
|
Loading…
Reference in New Issue
Block a user