Skip to content

Change configs to using camel case #413

Change configs to using camel case

Change configs to using camel case #413

Triggered via push November 25, 2025 15:44
Status Failure
Total duration 28s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build
Type '{ config: C; permissions: {}; }' is not assignable to type 'false | PermissionsGuardData<C>'.
build
Argument of type '{}' is not assignable to parameter of type 'C["default_permissions"]'.
build
Type '"default_permissions"' cannot be used to index type 'C'.
build
Property 'ephemeral_response' does not exist on type '{ prefixCommands: boolean; slashCommands: boolean; ephemeralResponse: boolean; aboutCommand: boolean; helpCommand: boolean; groupsCommand: boolean; }'. Did you mean 'ephemeralResponse'?
build
Property 'slash_commands' does not exist on type '{ prefixCommands: boolean; slashCommands: boolean; ephemeralResponse: boolean; aboutCommand: boolean; helpCommand: boolean; groupsCommand: boolean; }'. Did you mean 'slashCommands'?
build
Property 'prefix_commands' does not exist on type '{ prefixCommands: boolean; slashCommands: boolean; ephemeralResponse: boolean; aboutCommand: boolean; helpCommand: boolean; groupsCommand: boolean; }'. Did you mean 'prefixCommands'?
build
Property 'slash_commands' does not exist on type '{ prefixCommands: boolean; slashCommands: boolean; ephemeralResponse: boolean; aboutCommand: boolean; helpCommand: boolean; groupsCommand: boolean; }'. Did you mean 'slashCommands'?
build
'permissions' is of type 'unknown'.
build
'permissions' is of type 'unknown'.
build
'permissions' is of type 'unknown'.