DisBot
Preparing search index...
modules/utility/commands/subCommand/utility.message
default
Variable default
default
:
{
options
:
{
botPermissions
:
bigint
[]
;
cooldown
:
number
;
isGuildOwner
:
boolean
;
once
:
boolean
;
userHasOnePermission
:
boolean
;
userPermissions
:
bigint
[]
;
}
;
subCommand
:
string
;
execute
(
interaction
:
ChatInputCommandInteraction
,
client
:
ExtendedClient
,
)
:
Promise
<
Message
<
boolean
>
>
;
}
Type Declaration
options
:
{
botPermissions
:
bigint
[]
;
cooldown
:
number
;
isGuildOwner
:
boolean
;
once
:
boolean
;
userHasOnePermission
:
boolean
;
userPermissions
:
bigint
[]
;
}
subCommand
:
string
execute
:
function
execute
(
interaction
:
ChatInputCommandInteraction
,
client
:
ExtendedClient
,
)
:
Promise
<
Message
<
boolean
>
>
Parameters
interaction
:
ChatInputCommandInteraction
client
:
ExtendedClient
Returns
Promise
<
Message
<
boolean
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
DisBot
Loading...