mirror of
https://github.com/danbulant/discord.js
synced 2026-05-30 04:41:11 +00:00
docs(ClientUser): correct warning for createGuild method
Backported from: 2bf68dcdfb
PR: #2453
This commit is contained in:
parent
2f2e28183b
commit
9264511092
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ class ClientUser extends User {
|
|||
|
||||
/**
|
||||
* 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} [region] The region for the server
|
||||
* @param {BufferResolvable|Base64Resolvable} [icon=null] The icon for the guild
|
||||
|
|
|
|||
Loading…
Reference in a new issue