mirror of
https://github.com/danbulant/discord.js
synced 2026-06-20 07:02:00 +00:00
Webpack build for branch master: fc42a46e5b
This commit is contained in:
parent
01dd65bc04
commit
2d5c30a7e4
1 changed files with 1 additions and 1 deletions
|
|
@ -4957,7 +4957,7 @@ class GuildChannel extends Channel {
|
|||
* Options given when creating a guild channel invite
|
||||
* @typedef {Object} InviteOptions
|
||||
* @property {boolean} [temporary=false] Whether the invite should kick users after 24hrs if they are not given a role
|
||||
* @property {number} [maxAge=0] Time in seconds the invite expires in
|
||||
* @property {number} [maxAge=86400] How long the invite shoud last (in seconds, 0 for forever)
|
||||
* @property {number} [maxUses=0] Maximum amount of uses for this invite
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue