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