✨ Added background-image to quizzes
This commit is contained in:
@@ -126,6 +126,7 @@ async def start_quiz(
|
||||
user_id=user.id,
|
||||
background_color=quiz.background_color,
|
||||
custom_field=custom_field,
|
||||
background_image=quiz.background_image,
|
||||
)
|
||||
await redis.set(f"game:{str(game.game_pin)}", game.json(), ex=18000)
|
||||
await redis.set(f"game_pin:{user.id}:{quiz_id}", game_pin, ex=18000)
|
||||
|
||||
Reference in New Issue
Block a user