discord-api-docs icon indicating copy to clipboard operation
discord-api-docs copied to clipboard

Fixed code example for setConfig() command

Open Nonolanlan1007 opened this issue 9 months ago • 1 comments

Nonolanlan1007 avatar May 04 '24 13:05 Nonolanlan1007

export interface SetConfigInput {
  use_interactive_pip: boolean;
}

Source: https://github.com/discord/embedded-app-sdk/blob/main/src/commands/setConfig.ts

Nonolanlan1007 avatar May 04 '24 14:05 Nonolanlan1007

thanks for the fix!

JustinBeckwith avatar May 13 '24 20:05 JustinBeckwith