Skip to content

Conversation

@yonilerner
Copy link
Member

@yonilerner yonilerner commented Mar 29, 2024

Closes #6744

@yonilerner yonilerner requested a review from shaydewael March 29, 2024 01:34
Comment on lines 1228 to 1229
| integration_types? | list of [integration types](#DOCS_RESOURCES_APPLICATION/application-object-application-integration-types) | [Installation context(s)](#DOCS_RESOURCES_APPLICATION/installation-context) where the command is available, defaults to `GUILD_INSTALL` (`[0]`) | all |
| contexts? | list of [interaction context types](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/interaction-object-interaction-context-types) | [Interaction context(s)](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/interaction-object-interaction-context-types) where the command can be used, defaults to all contexts `[0,1,2]` | all |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The last row looks wrong
Tables my beloved

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

really? i preserved the spacing from before

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved by 2d265c5

* fix: wrong table row

* yet another fix
@shaydewael shaydewael merged commit 8396be3 into main Apr 2, 2024
@shaydewael shaydewael deleted the yonilerner-patch-1 branch April 2, 2024 18:14
shaydewael pushed a commit to Jupith/discord-api-docs that referenced this pull request May 14, 2024
* App command integration_types/contexts nullability

* fix: wrong table row (discord#6766)

* fix: wrong table row

* yet another fix

---------

Co-authored-by: Lala Sabathil <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

integration_types and contexts are both documented as non-nullable with defaults, but contexts can be null

4 participants