From eb9c309a1521df62a2a17fbcf4f95ab584baa638 Mon Sep 17 00:00:00 2001 From: FolkMermaid <73312416+FolkMermaid@users.noreply.github.com> Date: Thu, 22 Oct 2020 19:24:36 -0400 Subject: [PATCH] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 44899d9..f2d1f0b 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: node bot.js +worker: node index.js