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: embedded app sdk code example commands.commands typo #6736

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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/developer_tools/Embedded_App_SDK.md
Expand Up @@ -498,7 +498,7 @@ Locks the application to specific orientations in each of the supported layout m
#### Usage

```js
await discordSdk.commands.commands.setOrientationLockState({
await discordSdk.commands.setOrientationLockState({
lock_state: 'landscape',
picture_in_picture_lock_state: 'landscape',
grid_lock_state: 'unlocked'
Expand Down Expand Up @@ -786,4 +786,4 @@ No scopes required
### ENTITLEMENT_CREATE

> preview
> Coming soon! Not available during Developer Preview
> Coming soon! Not available during Developer Preview