defaultPermissions property

  1. @Deprecated('Use canBeUsedInDm and requiredPermissions instead')
bool defaultPermissions
final

If people can use the command by default or if they need permissions to use it.

Implementation

@Deprecated('Use canBeUsedInDm and requiredPermissions instead')
final bool defaultPermissions;