From 992f9cb32e3196b4366cf71ebae8b3debbc78b03 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 22 Feb 2023 22:32:41 +0200 Subject: [PATCH] reduce it from 100 to 50 --- files/helpers/config/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index c5b11655c..a5c559ff1 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -649,7 +649,7 @@ SIGNUP_FOLLOW_ID = 0 POLL_THREAD = 0 POLL_BET_COINS = 200 -POLL_MAX_OPTIONS = 100 +POLL_MAX_OPTIONS = 50 WELCOME_MSG = f"Welcome to {SITE_NAME}!" LOTTERY_TICKET_COST = 12