mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 01:01:30 +00:00
Fix docs
This commit is contained in:
parent
26de908cfd
commit
e7e8a802b8
1 changed files with 0 additions and 7 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue