From 78dd826e38932151bce92ed4e26473d5e9951ac7 Mon Sep 17 00:00:00 2001 From: Michal T Date: Fri, 20 Oct 2023 11:03:38 +0100 Subject: [PATCH] Fix --- bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.py b/bot.py index 3eaffbc..8cc723d 100644 --- a/bot.py +++ b/bot.py @@ -40,10 +40,10 @@ import tiktoken from discord.ext import commands from spotipy.oauth2 import SpotifyClientCredentials -import yt_dlp -from spotify_dl import spotify from spotify_dl import youtube as youtube_download +from spotify_dl import spotify + Music_Config = TypedDict( "Music_Config", {