Merge pull request #281834 from Airradda/discord-tts

discord: enable text-to-speech by default
This commit is contained in:
Weijia Wang 2024-02-05 00:27:55 +01:00 committed by GitHub
commit 9f49140773
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
, branch
, withOpenASAR ? false, openasar
, withVencord ? false, vencord
, withTTS ? false }:
, withTTS ? true }:
let
disableBreakingUpdates = runCommand "disable-breaking-updates.py"