From bc4216fc077d59038e64b20cabf8806275dbcdb2 Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Tue, 2 Jul 2024 20:47:23 +0530 Subject: [PATCH] Update Procfile --- Procfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Procfile b/Procfile index c1411fe8..58d54598 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ -web: python -m FileStream \ No newline at end of file +web: python -m FileStream +worker: python3 bot.py