This commit is contained in:
bingus_violet 2024-06-29 16:06:54 -05:00
parent bf7046dd0a
commit 769f4939ef

View file

@ -113,7 +113,7 @@ function socketeer() {
if (activity.type == 2) { if (activity.type == 2) {
// if (activity.name == "Spotify") { // if (activity.name == "Spotify") {
if (activity.assets) if (activity.assets) {
activity.song = "Song: " + activity.details activity.song = "Song: " + activity.details
activity.album = "Album: " + activity.assets.large_text activity.album = "Album: " + activity.assets.large_text
activity.artist = "Artist: " + activity.state activity.artist = "Artist: " + activity.state