mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-19 04:48:19 +00:00
Document all the events
This commit is contained in:
@@ -20,4 +20,12 @@ class GuildBanRemoveHandler extends AbstractHandler {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Emitted whenever a member is unbanned from a guild.
|
||||
*
|
||||
* @event Client#guildBanRemove
|
||||
* @param {Guild} guild The guild that the unban occurred in
|
||||
* @param {User} user The user that was unbanned
|
||||
*/
|
||||
|
||||
module.exports = GuildBanRemoveHandler;
|
||||
|
||||
Reference in New Issue
Block a user