mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 17:52:55 +00:00
Merge branch 'master' into indev
This commit is contained in:
commit
de6042a4d7
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class GuildRoleUpdateAction extends Action {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Emitted whenever a guild role is updated.
|
* Emitted whenever a guild role is updated.
|
||||||
* @event Client#guildRoleUpdated
|
* @event Client#guildRoleUpdate
|
||||||
* @param {Guild} guild The guild that the role was updated in.
|
* @param {Guild} guild The guild that the role was updated in.
|
||||||
* @param {Role} oldRole The role before the update.
|
* @param {Role} oldRole The role before the update.
|
||||||
* @param {Role} newRole The role after the update.
|
* @param {Role} newRole The role after the update.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue