mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
typings(Guild): add typings for setRolePositions
See:
PR: #3317
Commit: 8bc8ffe168
This commit is contained in:
@@ -994,7 +994,7 @@ class Guild extends Base {
|
||||
/**
|
||||
* The data needed for updating a guild role's position
|
||||
* @typedef {Object} GuildRolePosition
|
||||
* @property {GuildRoleResolveable} role The ID of the role
|
||||
* @property {RoleResolveable} role The ID of the role
|
||||
* @property {number} position The position to update
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user