audio: split into more modules

This commit is contained in:
2025-02-09 03:05:44 -05:00
parent af0896a6a0
commit 69f4d6967f
10 changed files with 234 additions and 217 deletions

View File

@@ -32,7 +32,7 @@ async def sponsorblock_command(message):
current = "**" if progress >= begin and progress < end else ""
text.append(
f"{current}`{audio.format_duration(begin)}` - `{audio.format_duration(end)}`: {category_name if category_name else 'Unknown'}{current}"
f"{current}`{audio.utils.format_duration(begin)}` - `{audio.utils.format_duration(end)}`: {category_name if category_name else 'Unknown'}{current}"
)
await utils.reply(