DisBot
Preparing search index...
modules/channel-link/commands/channel-link
default
Variable default
default
:
{
data
:
SlashCommandBuilder
;
help
:
{
aliases
:
any
[]
;
description
:
string
;
docsLink
:
string
;
examples
:
any
[]
;
name
:
string
;
usage
:
string
;
}
;
options
:
{
botPermissions
:
bigint
[]
;
cooldown
:
number
;
isGuildOwner
:
boolean
;
once
:
boolean
;
userHasOnePermission
:
boolean
;
userPermissions
:
bigint
[]
;
}
;
execute
(
interaction
:
ChatInputCommandInteraction
,
client
:
ExtendedClient
,
)
:
Promise
<
void
>
;
}
Type Declaration
data
:
SlashCommandBuilder
help
:
{
aliases
:
any
[]
;
description
:
string
;
docsLink
:
string
;
examples
:
any
[]
;
name
:
string
;
usage
:
string
;
}
options
:
{
botPermissions
:
bigint
[]
;
cooldown
:
number
;
isGuildOwner
:
boolean
;
once
:
boolean
;
userHasOnePermission
:
boolean
;
userPermissions
:
bigint
[]
;
}
execute
:
function
execute
(
interaction
:
ChatInputCommandInteraction
,
client
:
ExtendedClient
,
)
:
Promise
<
void
>
Parameters
interaction
:
ChatInputCommandInteraction
client
:
ExtendedClient
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
DisBot
Loading...