Interface IGuildAuditLogEntryCreateGatewayHandler
Sent when a guild audit log entry is created.
The inner payload is an AuditLogEntry object. This event is only sent to bots with the ViewAuditLog permission.
public interface IGuildAuditLogEntryCreateGatewayHandler : IGatewayHandler
Remarks
Required Intents: GuildModeration
Optional Intents: None
Methods
HandleAsync(AuditLogEntry)
ValueTask HandleAsync(AuditLogEntry arg)
Parameters
arg
AuditLogEntry