mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
Fix docs
This commit is contained in:
@@ -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;
|
module.exports = GuildRolesPositionUpdate;
|
||||||
|
|||||||
Reference in New Issue
Block a user