DisBot
Preparing search index...
modules/channel-link/selectmenus/channel-link-linkedwith
default
Variable default
default
:
{
id
:
string
;
options
:
{
botPermissions
:
any
[]
;
cooldown
:
number
;
isGuildOwner
:
boolean
;
once
:
boolean
;
userHasOnePermission
:
boolean
;
userPermissions
:
bigint
[]
;
}
;
type
:
DisBotInteractionType
;
execute
(
interaction
:
AnySelectMenuInteraction
,
client
:
ExtendedClient
,
)
:
Promise
<
void
>
;
}
Type Declaration
id
:
string
options
:
{
botPermissions
:
any
[]
;
cooldown
:
number
;
isGuildOwner
:
boolean
;
once
:
boolean
;
userHasOnePermission
:
boolean
;
userPermissions
:
bigint
[]
;
}
type
:
DisBotInteractionType
execute
:
function
execute
(
interaction
:
AnySelectMenuInteraction
,
client
:
ExtendedClient
,
)
:
Promise
<
void
>
Parameters
interaction
:
AnySelectMenuInteraction
client
:
ExtendedClient
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
DisBot
Loading...