From 5b73fddc0056d38b5503fa009e61f7f657a3bb56 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 23 Apr 2023 15:52:39 +0200 Subject: [PATCH] incease POLL_MAX_OPTIONS from 50 to 200 --- 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 ef9414f92e..55b35869a7 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -678,7 +678,7 @@ SIGNUP_FOLLOW_ID = 0 POLL_THREAD = 0 POLL_BET_COINS = 200 -POLL_MAX_OPTIONS = 50 +POLL_MAX_OPTIONS = 200 WELCOME_MSG = f"Welcome to {SITE_NAME}!" LOTTERY_TICKET_COST = 12