This commit is contained in:
BarsTiger
2021-04-13 20:48:25 +03:00
parent 791ee4bc40
commit 26ffb4d801
3 changed files with 7 additions and 0 deletions

1
Procfile Normal file
View File

@@ -0,0 +1 @@
worker: python main.py

5
requirements.txt Normal file
View File

@@ -0,0 +1,5 @@
discord.py
discord.py[voice]
youtube_dl
ffmpeg
PyNaCl

1
runtime.txt Normal file
View File

@@ -0,0 +1 @@
python-3.9.4