From fc42a46e5bc2ef60166e400eb0f5a6c7a035c436 Mon Sep 17 00:00:00 2001 From: SpaceEEC Date: Wed, 1 Mar 2017 10:45:05 +0100 Subject: [PATCH] Invite options (#1223) * test * updated descripton * Update GuildChannel.js --- src/structures/GuildChannel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/GuildChannel.js b/src/structures/GuildChannel.js index ef7402274..77b634f34 100644 --- a/src/structures/GuildChannel.js +++ b/src/structures/GuildChannel.js @@ -235,7 +235,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 */