You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: developers/resources/application.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ import {Route} from '/snippets/route.jsx'
42
42
| interactions_endpoint_url? | ?string |[Interactions endpoint URL](/developers/interactions/receiving-and-responding#receiving-an-interaction) for the app |
43
43
| role_connections_verification_url? | ?string | Role connection verification URL for the app |
44
44
| event_webhooks_url? | ?string |[Event webhooks URL](/developers/events/webhook-events#preparing-for-events) for the app to receive webhook events |
45
-
| event_webhooks_status|[application event webhook status](/developers/resources/application#application-object-application-event-webhook-status)| If [webhook events](/developers/events/webhook-events) are enabled for the app. `1` (default) means disabled, `2` means enabled, and `3` means disabled by Discord |
45
+
| event_webhooks_status?|[application event webhook status](/developers/resources/application#application-object-application-event-webhook-status)| If [webhook events](/developers/events/webhook-events) are enabled for the app. `1` (default) means disabled, `2` means enabled, and `3` means disabled by Discord |
46
46
| event_webhooks_types? | array of strings | List of [Webhook event types](/developers/events/webhook-events#event-types) the app subscribes to |
47
47
| tags? | array of strings | List of tags describing the content and functionality of the app. Max of 5 tags. |
48
48
| install_params? |[install params](/developers/resources/application#install-params-object) object | Settings for the app's default in-app authorization link, if enabled |
0 commit comments