permissionOverrides property

Cacheable<Snowflake, ISlashCommandPermissionOverrides>? permissionOverrides

If this command is a guild command, the permission overrides attached to this command, null otherwise.

Implementation

Cacheable<Snowflake, ISlashCommandPermissionOverrides>? get permissionOverrides;