Skip to content

Commit 1be57a9

Browse files
authored
fix webhook events typo (#7238)
1 parent 2e6be43 commit 1be57a9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/resources/Application.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ Where an app can be installed, also called its supported [installation contexts]
128128

129129
Status indicating whether event webhooks are enabled or disabled for an application.
130130

131-
| Name | Value | Description |
132-
|-----------------------|-------|------------------------------------------------------------------|
133-
| `DISABLED` | `1` | Webhook events are disabled by developer |
134-
| `ENABLED` | `2` | Webhook events are enabled by developer |
135-
| `DISABLED_BY_DISCORD` | `3` | Webhook events are disabled by Discord, usually do to inactivity |
131+
| Name | Value | Description |
132+
|-----------------------|-------|-------------------------------------------------------------------|
133+
| `DISABLED` | `1` | Webhook events are disabled by developer |
134+
| `ENABLED` | `2` | Webhook events are enabled by developer |
135+
| `DISABLED_BY_DISCORD` | `3` | Webhook events are disabled by Discord, usually due to inactivity |
136136

137137
###### Application Flags
138138

@@ -306,4 +306,4 @@ The Activity Location is an object that describes the location in which an activ
306306
| Enum | Description |
307307
|------|----------------------------------------------------|
308308
| 'gc' | Location is a Guild Channel |
309-
| 'pc' | Location is a Private Channel, such as a DM or GDM |
309+
| 'pc' | Location is a Private Channel, such as a DM or GDM |

0 commit comments

Comments
 (0)