mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
Invite options (#1223)
* test * updated descripton * Update GuildChannel.js
This commit is contained in:
committed by
Schuyler Cebulskie
parent
25bb602d5a
commit
fc42a46e5b
@@ -235,7 +235,7 @@ class GuildChannel extends Channel {
|
|||||||
* Options given when creating a guild channel invite
|
* Options given when creating a guild channel invite
|
||||||
* @typedef {Object} InviteOptions
|
* @typedef {Object} InviteOptions
|
||||||
* @property {boolean} [temporary=false] Whether the invite should kick users after 24hrs if they are not given a role
|
* @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
|
* @property {number} [maxUses=0] Maximum amount of uses for this invite
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user