Add secret to default configs
This commit is contained in:
parent
4d130e0599
commit
e3a30d5f2b
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ currentLock: asyncio.Semaphore = asyncio.Semaphore(0)
|
||||||
def default_config() -> dict[str, Optional[int | str]]:
|
def default_config() -> dict[str, Optional[int | str]]:
|
||||||
return {
|
return {
|
||||||
"preview_duration": 3,
|
"preview_duration": 3,
|
||||||
|
"secret": None,
|
||||||
"last_song": None,
|
"last_song": None,
|
||||||
"waiting_room_policy": None,
|
"waiting_room_policy": None,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue