Change configs to using camel case #413
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'.
|