remotes/1693045480750635534/spooky-22
Aevann1 2022-01-28 03:32:16 +02:00
parent f17f595d3c
commit 8f215d8f63
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
from json.encoder import INFINITY
import random
from files.helpers.const import *
def shuffle(stuff):
random.shuffle(stuff)
@ -8,7 +9,8 @@ def shuffle(stuff):
class Slots:
command_word = "!slots"
casino_word = "!casino"
minimum_bet = 100
if SITE == 'rdrama.net': minimum_bet = 100
else: minimum_bet = 10
maximum_bet = INFINITY
payout_to_symbols = {
2: ["👣", "🍀", "🌈", "⭐️"],

View File

@ -193,7 +193,7 @@ def searchposts(v):
)
@app.get("/search/comments")
@auth_required
@auth_desired
def searchcomments(v):