Remove extra text
This commit is contained in:
parent
769f4939ef
commit
a27382044e
1 changed files with 3 additions and 3 deletions
6
index.js
6
index.js
|
@ -114,9 +114,9 @@ function socketeer() {
|
|||
if (activity.type == 2) {
|
||||
// if (activity.name == "Spotify") {
|
||||
if (activity.assets) {
|
||||
activity.song = "Song: " + activity.details
|
||||
activity.album = "Album: " + activity.assets.large_text
|
||||
activity.artist = "Artist: " + activity.state
|
||||
activity.song = activity.details
|
||||
activity.album = activity.assets.large_text
|
||||
activity.artist = activity.state
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue