mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
typings(Presence): add missing guild property
This commit is contained in:
@@ -48,7 +48,7 @@ class Presence {
|
||||
* The guild of this presence
|
||||
* @type {?Guild}
|
||||
*/
|
||||
this.guild = data.guild;
|
||||
this.guild = data.guild || null;
|
||||
|
||||
this.patch(data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user