Spaces:
Paused
Paused
Upload app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ async def voice_create(
|
|
123 |
|
124 |
embed = discord.Embed(
|
125 |
title="Voice Generated",
|
126 |
-
description=f"Voice: {voice_name}\n{credits_msg}",
|
127 |
color=0x2B2D31
|
128 |
)
|
129 |
await interaction.followup.send(
|
|
|
123 |
|
124 |
embed = discord.Embed(
|
125 |
title="Voice Generated",
|
126 |
+
description=f"```diff\n+ Prompt: {text}\n+ Voice: {voice_name}\n+ Stability: {stability}\n+ Clarity: {clarity}\n+ Style: {style}\n```\n{credits_msg}",
|
127 |
color=0x2B2D31
|
128 |
)
|
129 |
await interaction.followup.send(
|