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

App command integration_types/contexts nullability #6765

Merged
merged 2 commits into from
Apr 2, 2024

Conversation

yonilerner
Copy link
Member

@yonilerner yonilerner commented Mar 29, 2024

Closes #6744

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
6 checks passed
@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 <aiko@aitsys.dev>
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
3 participants