Fix another JSDoc type issue

This commit is contained in:
Schuyler Cebulskie
2016-11-12 21:10:28 -05:00
parent b07a31d44e
commit c65d7a10ec
2 changed files with 3 additions and 2 deletions

View File

@@ -26,7 +26,8 @@
"function": "Function", "function": "Function",
"array": "Array", "array": "Array",
"date": "Date", "date": "Date",
"error": "Error" "error": "Error",
"null": "void"
} }
}], }],

View File

@@ -350,7 +350,7 @@ class Guild {
* @property {string} [name] The name of the guild * @property {string} [name] The name of the guild
* @property {string} [region] The region of the guild * @property {string} [region] The region of the guild
* @property {number} [verificationLevel] The verification level of the guild * @property {number} [verificationLevel] The verification level of the guild
* @property {GuildChannelResolvable} [afkChannel] The AFK channel of the guild * @property {ChannelResolvable} [afkChannel] The AFK channel of the guild
* @property {number} [afkTimeout] The AFK timeout of the guild * @property {number} [afkTimeout] The AFK timeout of the guild
* @property {Base64Resolvable} [icon] The icon of the guild * @property {Base64Resolvable} [icon] The icon of the guild
* @property {GuildMemberResolvable} [owner] The owner of the guild * @property {GuildMemberResolvable} [owner] The owner of the guild