Remove extra text

This commit is contained in:
bingus_violet 2024-06-29 16:45:30 -05:00
parent 769f4939ef
commit a27382044e

View file

@ -114,9 +114,9 @@ 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 = activity.details
activity.album = "Album: " + activity.assets.large_text activity.album = activity.assets.large_text
activity.artist = "Artist: " + activity.state activity.artist = activity.state
} }
} }