mirror of
https://github.com/danbulant/discord.js
synced 2026-06-24 17:21:59 +00:00
Fix another JSDoc type issue
This commit is contained in:
parent
b07a31d44e
commit
c65d7a10ec
2 changed files with 3 additions and 2 deletions
|
|
@ -26,7 +26,8 @@
|
||||||
"function": "Function",
|
"function": "Function",
|
||||||
"array": "Array",
|
"array": "Array",
|
||||||
"date": "Date",
|
"date": "Date",
|
||||||
"error": "Error"
|
"error": "Error",
|
||||||
|
"null": "void"
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue