mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
fix(Role): setPosition typo (#2003)
This commit is contained in:
parent
abe98f716b
commit
b462a7b94f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue