Table of Contents

Event GuildAuditLogEntryCreated

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

Fired when a guild audit log entry was created. Requires bot to have the ViewAuditLog permission.

public event AsyncEventHandler<DiscordClient, GuildAuditLogEntryCreateEventArgs> GuildAuditLogEntryCreated

Returns

AsyncEventHandler<DiscordClient, GuildAuditLogEntryCreateEventArgs>
Your library to write discord bots in C# with focus on always providing access to the latest discord features.