From cee0d58fb885e936bbb84a81b78d50645341e447 Mon Sep 17 00:00:00 2001 From: Motion <21dmurphy@cr.k12.ia.us> Date: Mon, 13 Mar 2017 02:04:31 -0500 Subject: [PATCH] Added docs warning for acceptInvite method (#1267) Added docs warning for acceptInvite method (user account only iirc) --- src/structures/ClientUser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/structures/ClientUser.js b/src/structures/ClientUser.js index fda331f2f..15bdb6368 100644 --- a/src/structures/ClientUser.js +++ b/src/structures/ClientUser.js @@ -326,6 +326,7 @@ class ClientUser extends User { /** * Accepts an invite to join a guild + * This is only available when using a user account. * @param {Invite|string} invite Invite or code to accept * @returns {Promise} Joined guild */