fix(APIApplicationCommand): default_permission (#111)

BREAKING CHANGE: This renames the `default_permissions` property to `default_permission`, the correct spelling.
This commit is contained in:
Jan
2021-04-11 22:08:13 +02:00
committed by GitHub
parent 24d8037c47
commit 9420c3e0af
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ export interface APIApplicationCommand {
*
* If missing, this property should be assumed as `true`
*/
default_permissions?: boolean;
default_permission?: boolean;
}
interface APIApplicationCommandOptionBase {

View File

@@ -31,7 +31,7 @@ export interface APIApplicationCommand {
*
* If missing, this property should be assumed as `true`
*/
default_permissions?: boolean;
default_permission?: boolean;
}
interface APIApplicationCommandOptionBase {