mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
Document all the events
This commit is contained in:
@@ -33,4 +33,13 @@ class GuildRoleUpdateAction extends Action {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Emitted whenever a guild role is updated.
|
||||
*
|
||||
* @event Client#guildRoleUpdated
|
||||
* @param {Guild} guild the guild that the role was updated in.
|
||||
* @param {Role} oldRole the role before the update.
|
||||
* @param {Role} newRole the role after the update.
|
||||
*/
|
||||
|
||||
module.exports = GuildRoleUpdateAction;
|
||||
|
||||
Reference in New Issue
Block a user