Skip to content

Commit 73dcd2e

Browse files
Update edge-tts.py
1 parent 4beeba6 commit 73dcd2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tts/edge-tts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,5 @@ async def estts(client: Client, message: Message):
151151
"estts [lang]* [text]*": "Say text & Generate subtitles",
152152
"estts [lang]* replied message": "Say text & Generate subtitles"
153153
f"\n for default lang (en-US-EmmaMultilingualNeural) use 'd' or 'default' in lang place, for e.g., <code>{prefix}etts d hello</code>"
154-
"\n\n<b>Example:</b>\n<code>{prefix}etts en-US-AriaNeural Hello world</code>",
154+
f"\n\n<b>Example:</b>\n<code>{prefix}etts en-US-AriaNeural Hello world</code>",
155155
}

0 commit comments

Comments
 (0)