mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
fix(Role): setPosition typo (#2003)
This commit is contained in:
@@ -280,7 +280,7 @@ class Role extends Base {
|
||||
.then(updatedRoles => {
|
||||
this.client.actions.GuildRolesPositionUpdate.handle({
|
||||
guild_id: this.guild.id,
|
||||
channels: updatedRoles,
|
||||
roles: updatedRoles,
|
||||
});
|
||||
return this;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user