discord notification for automated song alerts looked fucky
This commit is contained in:
parent
3d7bd274c2
commit
0c74366e4a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user