diff --git a/src/structures/Presence.js b/src/structures/Presence.js index 516436c..cbed0fc 100644 --- a/src/structures/Presence.js +++ b/src/structures/Presence.js @@ -100,7 +100,7 @@ class Presence extends Base { } else if (activity.id == 'spotify:1') { return new SpotifyRPC(this.client, activity, this); } else { - return new RichPresence(this.client, activity, this); + return new RichPresence(this.client, activity, false, this); } } else { return new Activity(this, activity);