isDefaultLocked

Specifies whether the application command is disabled for everyone but administrators by default, so that administrators can further configure the command.

Note: You cannot use this with userPermissions.

For example, if you want a ban command to be usable by someone who has a certain role, but which doesn't have the BAN_MEMBERS permission, you would then default lock the command and let the admins of the guild configure it

Default: false

Return

true if the command should be disabled by default

See also