From fb56229e363acb08f863f07af443f7bbb3eb285f Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 4 Jun 2020 20:11:14 +0100 Subject: [PATCH] Adding bot in Procfile --- Procfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Procfile b/Procfile index e6fd090e..80018fd7 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ -worker: python EnsoBot.py \ No newline at end of file +worker: python EnsoBot.py +bot: python EnsoBot.py \ No newline at end of file