From ebdda8c4129acd253b49e6603ab8232b0c80fd17 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 22 Jun 2022 20:01:22 +0200 Subject: [PATCH] add poll_thread (fix) --- files/helpers/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 2fcab8a159..2a5d0ca817 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -177,7 +177,7 @@ DAD_ID = 0 MOM_ID = 0 DONGER_ID = 0 -BUG_THREAD = +BUG_THREAD = 0 POLL_THREAD = 0 WELCOME_MSG = f"Welcome to {SITE_NAME}!" ROLES={}