Spaces:
Paused
Paused
Upload app.py
Browse files
app.py
CHANGED
@@ -80,9 +80,9 @@ async def voice_create(
|
|
80 |
interaction: discord.Interaction,
|
81 |
text: str,
|
82 |
voice_name: str,
|
83 |
-
stability: float = 0.
|
84 |
-
clarity: float = 0.
|
85 |
-
style: float = 0.
|
86 |
):
|
87 |
await interaction.response.defer()
|
88 |
|
|
|
80 |
interaction: discord.Interaction,
|
81 |
text: str,
|
82 |
voice_name: str,
|
83 |
+
stability: float = 0.9,
|
84 |
+
clarity: float = 0.8,
|
85 |
+
style: float = 0.7
|
86 |
):
|
87 |
await interaction.response.defer()
|
88 |
|