mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 04:53:30 +01:00
docs(ClientUser): correct warning for createGuild method
Backported from: 2bf68dcdfb
PR: #2453
This commit is contained in:
@@ -348,7 +348,7 @@ class ClientUser extends User {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a guild.
|
* Creates a guild.
|
||||||
* <warn>This is only available when using a user account.</warn>
|
* <warn>This is only available to bots in less than 10 guilds and user accounts.</warn>
|
||||||
* @param {string} name The name of the guild
|
* @param {string} name The name of the guild
|
||||||
* @param {string} [region] The region for the server
|
* @param {string} [region] The region for the server
|
||||||
* @param {BufferResolvable|Base64Resolvable} [icon=null] The icon for the guild
|
* @param {BufferResolvable|Base64Resolvable} [icon=null] The icon for the guild
|
||||||
|
|||||||
Reference in New Issue
Block a user