fix(commands/voice/queue): clean up queue failure message

This commit is contained in:
2025-01-05 16:58:14 -05:00
parent 9790ef2914
commit 100f829e7a
2 changed files with 2 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ RELOADABLE_MODULES = [
]
YTDL_OPTIONS = {
"color": "never",
"default_search": "auto",
"format": "bestaudio/best",
"ignoreerrors": False,