diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 4a496edfb..c5b11655c 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 = 20 +POLL_MAX_OPTIONS = 100 WELCOME_MSG = f"Welcome to {SITE_NAME}!" LOTTERY_TICKET_COST = 12 @@ -815,7 +815,6 @@ elif SITE == 'watchpeopledie.tv': PERMS['USER_BLACKLIST'] = 6 SUB_BANNER_LIMIT = 69420 - POLL_MAX_OPTIONS = 50 ERROR_TITLES.update({ 400: "Bad Request",