ODPermission class
We are still working the API Reference! This page might be incomplete or doesn't contain all details!
Overview
This is an Open Ticket permission.
It defines a single permission level for a specific scope (global/channel & user/role) These permissions only apply to commands & interactions. They are not related to channel permissions in the ticket system.
Register this class to an ODPermissionManager
to use it!
Methods
Properties
readonly channel
type ➜ null|discord.Channel
The channel that this permission applies to. (null
when global)
inherited id
class ➜ api.ODId
The id of this data.
readonly permission
type ➜ api.ODPermissionType
The type/level of this permission.
readonly scope
type ➜ api.ODPermissionScope
The scope of this permission.
readonly value
type ➜ discord.User|discord.Role
The user/role of this permission.
Methods
constructor()
function ➜ api.ODPermission
(no description)
View Parameters (4)
id
: type ➜api.ODValidId
- Parameter Description Lorem Ipsum.scope
: type ➜"global-user"
- Parameter Description Lorem Ipsum.permission
: type ➜api.ODPermissionType
- Parameter Description Lorem Ipsum.value
: type ➜discord.User
- Parameter Description Lorem Ipsum.
inherited protected _change()
function ➜ void
Trigger an onChange()
event in the parent ODManager
of this class.
inherited changed()
function ➜ void
(❌ SYSTEM ONLY!!) Set the callback executed when a value inside this class changes.
Defaults
We're still working on this part of the documentation!
Examples
We're still working on this part of the documentation!