Enum DiscordAuditLogActionType
- Namespace
- DSharpPlus.Entities.AuditLogs
- Assembly
- DSharpPlus.dll
Represents type of the action that was taken in given audit log event.
public enum DiscordAuditLogActionType
- Extension Methods
Fields
ApplicationCommandPermissionUpdate = 121Permissions were updated for a command
AutoModerationBlockMessage = 143Message was blocked by Auto Moderation
AutoModerationFlagToChannel = 144Message was flagged by Auto Moderation
AutoModerationRuleCreate = 140Auto Moderation rule was created
AutoModerationRuleDelete = 142Auto Moderation rule was deleted
AutoModerationRuleUpdate = 141Auto Moderation rule was updated
AutoModerationUserCommunicationDisabled = 145Member was timed out by Auto Moderation
Ban = 22Indicates that the user was banned.
BotAdd = 28Indicates that a bot was added to the guild.
ChannelCreate = 10Indicates that the channel was created.
ChannelDelete = 12Indicates that the channel was deleted.
ChannelUpdate = 11Indicates that the channel was updated.
EmojiCreate = 60Indicates that the emoji was created.
EmojiDelete = 62Indicates that the emoji was deleted.
EmojiUpdate = 61Indicates that the emoji was updated.
GuildScheduledEventCreate = 100Indicates that a guild event was created.
GuildScheduledEventDelete = 102Indicates that a guild event was deleted.
GuildScheduledEventUpdate = 101Indicates that a guild event was updated.
GuildUpdate = 1Indicates that the guild was updated.
IntegrationCreate = 80Indicates that an integration was created.
IntegrationDelete = 82Indicates that an integration was deleted.
IntegrationUpdate = 81Indicates that an integration was updated.
InviteCreate = 40Indicates that the invite was created.
InviteDelete = 42Indicates that the invite was deleted.
InviteUpdate = 41Indicates that the invite was updated.
Kick = 20Indicates that the user was kicked.
MemberDisconnect = 27Indicates that the member has disconnected from a voice channel.
MemberMove = 26Indicates that the member has moved to another voice channel.
MemberRoleUpdate = 25Indicates that the member's roles were updated.
MemberUpdate = 24Indicates that the member was updated.
MessageBulkDelete = 73Indicates that messages were bulk-deleted.
MessageDelete = 72Indicates that the message was deleted.
MessagePin = 74Indicates that a message was pinned.
MessageUnpin = 75Indicates that a message was unpinned.
OverwriteCreate = 13Indicates that the channel permission overwrite was created.
OverwriteDelete = 15Indicates that the channel permission overwrite was deleted.
OverwriteUpdate = 14Indicates that the channel permission overwrite was updated.
Prune = 21Indicates that users were pruned.
RoleCreate = 30Indicates that the role was created.
RoleDelete = 32Indicates that the role was deleted.
RoleUpdate = 31Indicates that the role was updated.
StageInstanceCreate = 83Stage instance was created (stage channel becomes live)
StageInstanceDelete = 85Stage instance was deleted (stage channel no longer live)
StageInstanceUpdate = 84Stage instance details were updated
StickerCreate = 90Indicates that an sticker was created.
StickerDelete = 92Indicates that an sticker was deleted.
StickerUpdate = 91Indicates that an sticker was updated.
ThreadCreate = 110Indicates that a thread was created.
ThreadDelete = 112Indicates that a thread was deleted.
ThreadUpdate = 111Indicates that a thread was updated.
Unban = 23Indicates that the user was unbanned.
WebhookCreate = 50Indicates that the webhook was created.
WebhookDelete = 52Indicates that the webhook was deleted.
WebhookUpdate = 51Indicates that the webhook was updated.