From e7e8a802b845ad6459a2dcb126a736f5934b2839 Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Wed, 26 Oct 2016 15:14:28 +0100 Subject: [PATCH] Fix docs --- src/client/actions/GuildRolesPositionUpdate.js | 7 ------- 1 file changed, 7 deletions(-) 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;