Skip to content

Commit e5cd463

Browse files
authored
Document AutoMod incident action message types (#6558)
1 parent 748d67e commit e5cd463

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/resources/Channel.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,11 @@ Represents a message sent in a channel within Discord.
351351
| STAGE_END | 28 | true |
352352
| STAGE_SPEAKER | 29 | true |
353353
| STAGE_TOPIC | 31 | true |
354-
| GUILD_APPLICATION_PREMIUM_SUBSCRIPTION | 32 | false |
354+
| GUILD_APPLICATION_PREMIUM_SUBSCRIPTION | 32 | true |
355+
| GUILD_INCIDENT_ALERT_MODE_ENABLED | 36 | true |
356+
| GUILD_INCIDENT_ALERT_MODE_DISABLED | 37 | true |
357+
| GUILD_INCIDENT_REPORT_RAID | 38 | true |
358+
| GUILD_INCIDENT_REPORT_FALSE_ALARM | 39 | true |
355359

356360
\* Can only be deleted by members with `MANAGE_MESSAGES` permission
357361

0 commit comments

Comments
 (0)