Enum AuditLogActionType
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Represents type of the action that was taken in given audit log event.
public enum AuditLogActionType
Fields
Invalid = 0Indicates an invalid action type.
GuildUpdate = 1Indicates that the guild was updated.
ChannelCreate = 10Indicates that the channel was created.
ChannelUpdate = 11Indicates that the channel was updated.
ChannelDelete = 12Indicates that the channel was deleted.
OverwriteCreate = 13Indicates that the channel permission overwrite was created.
OverwriteUpdate = 14Indicates that the channel permission overwrite was updated.
OverwriteDelete = 15Indicates that the channel permission overwrite was deleted.
Kick = 20Indicates that the user was kicked.
Prune = 21Indicates that users were pruned.
Ban = 22Indicates that the user was banned.
Unban = 23Indicates that the user was unbanned.
MemberUpdate = 24Indicates that the member was updated.
MemberRoleUpdate = 25Indicates that the member's roles were updated.
MemberMove = 26Indicates that the member has moved to another voice channel.
MemberDisconnect = 27Indicates that the member has disconnected from a voice channel.
BotAdd = 28Indicates that a bot was added to the guild.
RoleCreate = 30Indicates that the role was created.
RoleUpdate = 31Indicates that the role was updated.
RoleDelete = 32Indicates that the role was deleted.
InviteCreate = 40Indicates that the invite was created.
InviteUpdate = 41Indicates that the invite was updated.
InviteDelete = 42Indicates that the invite was deleted.
WebhookCreate = 50Indicates that the webhook was created.
WebhookUpdate = 51Indicates that the webook was updated.
WebhookDelete = 52Indicates that the webhook was deleted.
EmojiCreate = 60Indicates that an emoji was created.
EmojiUpdate = 61Indicates that an emoji was updated.
EmojiDelete = 62Indicates that an emoji was deleted.
MessageDelete = 72Indicates that the message was deleted.
MessageBulkDelete = 73Indicates that messages were bulk-deleted.
MessagePin = 74Indicates that a message was pinned.
MessageUnpin = 75Indicates that a message was unpinned.
IntegrationCreate = 80Indicates that an integration was created.
IntegrationUpdate = 81Indicates that an integration was updated.
IntegrationDelete = 82Indicates that an integration was deleted.
StageInstanceCreate = 83Indicates that an stage instance was created.
StageInstanceUpdate = 84Indicates that an stage instance was updated.
StageInstanceDelete = 85Indicates that an stage instance was deleted.
StickerCreate = 90Indicates that an sticker was created.
StickerUpdate = 91Indicates that an sticker was updated.
StickerDelete = 92Indicates that an sticker was deleted.
GuildScheduledEventCreate = 100Indicates that an event was created.
GuildScheduledEventUpdate = 101Indicates that an event was updated.
GuildScheduledEventDelete = 102Indicates that an event was deleted.
ThreadCreate = 110Indicates that an thread was created.
ThreadUpdate = 111Indicates that an thread was updated.
ThreadDelete = 112Indicates that an thread was deleted.
ApplicationCommandPermissionUpdate = 121Indicates that the permissions for an application command was updated.
SoundboardSoundCreate = 130SoundboardSoundUpdate = 131SoundboardSoundDelete = 132AutoModerationRuleCreate = 140Indicates that a new automod rule has been added.
AutoModerationRuleUpdate = 141Indicates that a automod rule has been updated.
AutoModerationRuleDelete = 142Indicates that a automod rule has been deleted.
AutoModerationBlockMessage = 143Indicates that automod blocked a message.
AutoModerationFlagMessage = 144Indicates that automod flagged a message.
AutoModerationTimeOutUser = 145Indicates that automod timed out a user.
AutoModerationQuarantineUser = 146Indicates that automod quarantined a user.
CreatorMonetizationRequestCreated = 150CreatorMonetizationTermsAccepted = 151OnboardingPromptCreate = 163OnboardingPromptUpdate = 164OnboardingPromptDelete = 165OnboardingCreate = 166OnboardingUpdate = 167HomeSettingsCreate = 190ServerGuideCreate = 190HomeSettingsUpdate = 191ServerGuideUpdate = 191VoiceChannelStatusCreate = 192VoiceChannelStatusDelete = 193[DiscordDeprecated] ClydeAiProfileUpdate = 194GuildScheduledEventExceptionCreate = 200GuildScheduledEventExceptionUpdate = 201GuildScheduledEventExceptionDelete = 202GuildMemberVerificationUpdate = 210GuildProfileUpdate = 211GuildMigratePinPermission = 212