Skip to content

Commit

Permalink
Document AutoMod incident action message types
Browse files Browse the repository at this point in the history
also mark GUILD_APPLICATION_PREMIUM_SUBSCRIPTION as deletable
  • Loading branch information
advaith1 committed Dec 3, 2023
1 parent 6365529 commit f3de1a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/resources/Channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,11 @@ Represents a message sent in a channel within Discord.
| STAGE_END | 28 | true |
| STAGE_SPEAKER | 29 | true |
| STAGE_TOPIC | 31 | true |
| GUILD_APPLICATION_PREMIUM_SUBSCRIPTION | 32 | false |
| GUILD_APPLICATION_PREMIUM_SUBSCRIPTION | 32 | true |
| GUILD_INCIDENT_ALERT_MODE_ENABLED | 36 | false |
| GUILD_INCIDENT_ALERT_MODE_DISABLED | 37 | false |
| GUILD_INCIDENT_REPORT_RAID | 38 | false |
| GUILD_INCIDENT_REPORT_FALSE_ALARM | 39 | false |

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

Expand Down

0 comments on commit f3de1a7

Please sign in to comment.