From 926451109236cf0f0e6742d5ba3d98055f87aca3 Mon Sep 17 00:00:00 2001 From: SpaceEEC Date: Tue, 8 May 2018 22:06:07 +0200 Subject: [PATCH] docs(ClientUser): correct warning for createGuild method Backported from: 2bf68dcdfb5d28b6c12b2267307ec6d94a54640d PR: #2453 --- src/structures/ClientUser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/ClientUser.js b/src/structures/ClientUser.js index 4390cae2c..064eb23d3 100644 --- a/src/structures/ClientUser.js +++ b/src/structures/ClientUser.js @@ -348,7 +348,7 @@ class ClientUser extends User { /** * Creates a guild. - * This is only available when using a user account. + * This is only available to bots in less than 10 guilds and user accounts. * @param {string} name The name of the guild * @param {string} [region] The region for the server * @param {BufferResolvable|Base64Resolvable} [icon=null] The icon for the guild