discord notification for automated song alerts looked fucky

This commit is contained in:
Jamon 2024-08-12 09:54:00 +12:00
parent 3d7bd274c2
commit 0c74366e4a

View File

@ -1664,7 +1664,7 @@ class MusicPlayer:
new_song = self.get_current_song()
# Send Discord alert for automatic song change
send_discord_alert(f"🎵 Now playing: {self.get_formatted_current_song}")
send_discord_alert(f"🎵 Now playing: {self.get_formatted_current_song()}")
return True # Indicates that the song has changed
return False