mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
docs: undocument private constructors (#6732)
This commit is contained in:
@@ -132,11 +132,6 @@ class Guild extends AnonymousGuild {
|
||||
return this.client.ws.shards.get(this.shardId);
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets up the guild.
|
||||
* @param {*} data The raw data of the guild
|
||||
* @private
|
||||
*/
|
||||
_patch(data) {
|
||||
super._patch(data);
|
||||
this.id = data.id;
|
||||
|
||||
Reference in New Issue
Block a user