mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
Document all the events
This commit is contained in:
@@ -44,4 +44,12 @@ class GuildRoleDeleteAction extends Action {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Emitted whenever a guild role is deleted.
|
||||
*
|
||||
* @event Client#guildRoleDelete
|
||||
* @param {Guild} guild the guild that the role was deleted in.
|
||||
* @param {Role} role the role that was deleted.
|
||||
*/
|
||||
|
||||
module.exports = GuildRoleDeleteAction;
|
||||
|
||||
Reference in New Issue
Block a user