incease POLL_MAX_OPTIONS from 50 to 200

pull/143/head
Aevann 2023-04-23 15:52:39 +02:00
parent 6c506a2892
commit 5b73fddc00
1 changed files with 1 additions and 1 deletions

View File

@ -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