All
Deprecated (with error)
'Permission.All' is not a proper 'Permission' instance. Replace with 'Permissions.ALL'.
Replace with
import dev.kord.common.entity.Permissions
import dev.kord.common.entity.ALL
Content copied to clipboard
Permissions.ALLContent copied to clipboard
Properties
Link copied to clipboard
The raw code used by Discord.
Link copied to clipboard
The position of the bit that is set in this Permission. This is always >= 0.
Functions
Link copied to clipboard
Returns an instance of Permissions that has all bits set that are set in this and flag.
Returns an instance of Permissions that has all bits set that are set in this and flags.