naonauno commited on
Commit
6f3bfb2
·
verified ·
1 Parent(s): 1216831

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(