Added Kahoot!-Mode

This commit is contained in:
Mawoka
2022-09-17 22:32:18 +02:00
parent 4f2478c8e5
commit 1651cd7b2c
16 changed files with 161 additions and 28 deletions
+1
View File
@@ -158,6 +158,7 @@ class PlayGame(BaseModel):
started: bool = False
captcha_enabled: bool = False
cover_image: str | None
game_mode: str | None
class GamePlayer(BaseModel):