diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..b96cada --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +worker: python main.py \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..8fcc342 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +discord.py +discord.py[voice] +youtube_dl +ffmpeg +PyNaCl \ No newline at end of file diff --git a/runtime.txt b/runtime.txt new file mode 100644 index 0000000..017f0c1 --- /dev/null +++ b/runtime.txt @@ -0,0 +1 @@ +python-3.9.4 \ No newline at end of file