do away with sing embeds globally

This commit is contained in:
2025-03-29 06:41:03 -04:00
parent 436755f884
commit 4f3c82f9c0
2 changed files with 21 additions and 35 deletions

View File

@ -130,7 +130,7 @@ class Utility:
if not lyrics:
return None
response_obj['lyrics'] = textwrap.wrap(text=lyrics.strip(),
width=4000, drop_whitespace=False,
width=1500, drop_whitespace=False,
replace_whitespace=False, break_long_words=True,
break_on_hyphens=True, max_lines=8)
response_obj['lyrics_short'] = textwrap.wrap(text=lyrics.strip(),