audio: rename from youtubedl

This commit is contained in:
2025-02-09 03:02:38 -05:00
parent 9a58bc964d
commit af0896a6a0
5 changed files with 10 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
import disnake
import audio
import sponsorblock
import utils
import youtubedl
from constants import EMBED_COLOR
from state import players
@@ -32,7 +32,7 @@ async def sponsorblock_command(message):
current = "**" if progress >= begin and progress < end else ""
text.append(
f"{current}`{youtubedl.format_duration(begin)}` - `{youtubedl.format_duration(end)}`: {category_name if category_name else 'Unknown'}{current}"
f"{current}`{audio.format_duration(begin)}` - `{audio.format_duration(end)}`: {category_name if category_name else 'Unknown'}{current}"
)
await utils.reply(