diff --git a/src/client/actions/GuildRolesPositionUpdate.js b/src/client/actions/GuildRolesPositionUpdate.js index 46530b596..701118604 100644 --- a/src/client/actions/GuildRolesPositionUpdate.js +++ b/src/client/actions/GuildRolesPositionUpdate.js @@ -20,11 +20,4 @@ class GuildRolesPositionUpdate extends Action { } } -/** - * Emitted whenever a guild role is created. - * @event Client#guildRoleCreate - * @param {Guild} guild The guild that the role was created in. - * @param {Role} role The role that was created. - */ - module.exports = GuildRolesPositionUpdate;