mirror of
https://github.com/danbulant/discord.js
synced 2026-06-07 16:52:16 +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 => {
|
.then(updatedRoles => {
|
||||||
this.client.actions.GuildRolesPositionUpdate.handle({
|
this.client.actions.GuildRolesPositionUpdate.handle({
|
||||||
guild_id: this.guild.id,
|
guild_id: this.guild.id,
|
||||||
channels: updatedRoles,
|
roles: updatedRoles,
|
||||||
});
|
});
|
||||||
return this;
|
return this;
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue