Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix webhook events typo #7238

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/resources/Application.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ Where an app can be installed, also called its supported [installation contexts]

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

| Name | Value | Description |
|-----------------------|-------|------------------------------------------------------------------|
| `DISABLED` | `1` | Webhook events are disabled by developer |
| `ENABLED` | `2` | Webhook events are enabled by developer |
| `DISABLED_BY_DISCORD` | `3` | Webhook events are disabled by Discord, usually do to inactivity |
| Name | Value | Description |
|-----------------------|-------|-------------------------------------------------------------------|
| `DISABLED` | `1` | Webhook events are disabled by developer |
| `ENABLED` | `2` | Webhook events are enabled by developer |
| `DISABLED_BY_DISCORD` | `3` | Webhook events are disabled by Discord, usually due to inactivity |

###### Application Flags

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