From d0b155b1b3a106728adaded34e3c8cb75d82e24f Mon Sep 17 00:00:00 2001 From: shun <1ntegrale9uation@gmail.com> Date: Tue, 3 Oct 2023 14:51:11 +0900 Subject: [PATCH] =?UTF-8?q?=E7=92=B0=E5=A2=83=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Procfile | 2 +- discordbot.py => main.py | 0 requirements.txt | 2 +- runtime.txt | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename discordbot.py => main.py (100%) diff --git a/Procfile b/Procfile index d0caaaa..629b83a 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -discordbot: python discordbot.py +web: python main.py diff --git a/discordbot.py b/main.py similarity index 100% rename from discordbot.py rename to main.py diff --git a/requirements.txt b/requirements.txt index b96610e..787b1ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -discord.py[voice]>=1.4.1 +discord.py[voice]>=2.3.1 diff --git a/runtime.txt b/runtime.txt index 43b47fb..76b6e49 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.8.5 +python-3.11.6