diff --git a/src/structures/User.js b/src/structures/User.js index 4098fd95a..26a08a853 100644 --- a/src/structures/User.js +++ b/src/structures/User.js @@ -108,7 +108,7 @@ class User extends Base { for (const guild of this.client.guilds.values()) { if (guild.presences.has(this.id)) return guild.presences.get(this.id); } - return new Presence(this.client); + return new Presence(this.client, { user: { id: this.id } }); } /**