From 13eccad2d5e8785ba2e06e72430416f7a3ee08ef Mon Sep 17 00:00:00 2001 From: igna <88955484+nekospara@users.noreply.github.com> Date: Tue, 31 Aug 2021 01:52:03 -0400 Subject: [PATCH] fix: heroku error not running bot --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index c445cb1..de7e435 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: python3 main.py \ No newline at end of file +worker: python3 src/main.py