Improve docs a bit

This commit is contained in:
Crawl
2017-04-30 04:30:44 +02:00
parent 3f8c0a4d11
commit ac92d2cecc
83 changed files with 716 additions and 711 deletions

View File

@@ -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;