From 2bf68dcdfb5d28b6c12b2267307ec6d94a54640d Mon Sep 17 00:00:00 2001 From: bdistin Date: Mon, 9 Apr 2018 02:56:25 -0500 Subject: [PATCH] docs(GuildStore): correct warning for create method (#2453) Bots may create guilds if they are in less than 10 guilds. --- src/stores/GuildStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/GuildStore.js b/src/stores/GuildStore.js index 35701087f..c42bf5e49 100644 --- a/src/stores/GuildStore.js +++ b/src/stores/GuildStore.js @@ -39,7 +39,7 @@ class GuildStore extends DataStore { /** * 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 {Object} [options] Options for the creating * @param {string} [options.region] The region for the server, defaults to the closest one available