discord-api-docs
discord-api-docs copied to clipboard
Fixed code example for setConfig() command
export interface SetConfigInput {
use_interactive_pip: boolean;
}
Source: https://github.com/discord/embedded-app-sdk/blob/main/src/commands/setConfig.ts
thanks for the fix!