mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
Improve docs a bit
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
class PartialGuild {
|
||||
constructor(client, data) {
|
||||
/**
|
||||
* The Client that instantiated this PartialGuild
|
||||
* The client that instantiated this PartialGuild
|
||||
* @name PartialGuild#client
|
||||
* @type {Client}
|
||||
* @readonly
|
||||
@@ -35,13 +35,13 @@ class PartialGuild {
|
||||
this.name = data.name;
|
||||
|
||||
/**
|
||||
* The hash of this guild's icon, or null if there is none.
|
||||
* The hash of this guild's icon
|
||||
* @type {?string}
|
||||
*/
|
||||
this.icon = data.icon;
|
||||
|
||||
/**
|
||||
* The hash of the guild splash image, or null if no splash (VIP only)
|
||||
* The hash of the guild splash image (VIP only)
|
||||
* @type {?string}
|
||||
*/
|
||||
this.splash = data.splash;
|
||||
|
||||
Reference in New Issue
Block a user