Nostrum.Api.remove_guild_ban
You're seeing just the function
remove_guild_ban
, go back to Nostrum.Api module for more information.
Specs
remove_guild_ban( integer(), integer(), Nostrum.Struct.Guild.AuditLogEntry.reason() ) :: error() | {:ok}
Removes a ban for a user.
User to unban is specified by guild_id
and user_id
.
An optional reason
can be specified for the audit log.