Enum DiscordAuditLogActionCategory
- Namespace
- DSharpPlus.Entities.AuditLogs
- Assembly
- DSharpPlus.dll
Indicates audit log action category.
public enum DiscordAuditLogActionCategory
- Extension Methods
Fields
Create = 0
Indicates that this action resulted in creation or addition of an object.
Delete = 2
Indicates that this action resulted in deletion or removal of an object.
Other = 3
Indicates that this action resulted in something else than creation, addition, update, deleteion, or removal of an object.
Update = 1
Indicates that this action resulted in update of an object.