Update Presence.js

This commit is contained in:
March 7th 2022-12-12 18:43:33 +07:00
parent cf11132275
commit d81b3b8e28

View File

@ -100,7 +100,7 @@ class Presence extends Base {
} else if (activity.id == 'spotify:1') { } else if (activity.id == 'spotify:1') {
return new SpotifyRPC(this.client, activity, this); return new SpotifyRPC(this.client, activity, this);
} else { } else {
return new RichPresence(this.client, activity, this); return new RichPresence(this.client, activity, false, this);
} }
} else { } else {
return new Activity(this, activity); return new Activity(this, activity);