mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 19:13:31 +01:00
docs(Guild): Correct GuildRolePosition typo (#6223)
This commit is contained in:
@@ -1199,7 +1199,7 @@ class Guild extends AnonymousGuild {
|
|||||||
/**
|
/**
|
||||||
* The data needed for updating a guild role's position
|
* The data needed for updating a guild role's position
|
||||||
* @typedef {Object} GuildRolePosition
|
* @typedef {Object} GuildRolePosition
|
||||||
* @property {RoleResolveable} role The role's id
|
* @property {RoleResolvable} role The role's id
|
||||||
* @property {number} position The position to update
|
* @property {number} position The position to update
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user