diff --git a/src/structures/Role.js b/src/structures/Role.js index 34e8449b7..04680b860 100644 --- a/src/structures/Role.js +++ b/src/structures/Role.js @@ -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; });