Preparing search index...
The search index is not available
@tryforge/forgescript
@tryforge/forgescript
IBaseCommand
Interface IBaseCommand<T>
interface
IBaseCommand
{
aliases
?:
string
[]
;
allowBots
?:
boolean
;
allowedInteractionTypes
?:
CommandInteractionTypes
[]
;
code
:
string
;
disableConsoleErrors
?:
boolean
;
guildOnly
?:
boolean
;
name
?:
string
;
path
?:
string
;
type
:
T
;
unloadable
?:
boolean
;
unprefixed
?:
boolean
;
[
x
:
PropertyKey
]
:
unknown
;
}
Type Parameters
T
Indexable
[
x:
PropertyKey
]:
unknown
Index
Properties
aliases?
allow
Bots?
allowed
Interaction
Types?
code
disable
Console
Errors?
guild
Only?
name?
path?
type
unloadable?
unprefixed?
Properties
Optional
aliases
aliases
?:
string
[]
Optional
allow
Bots
allow
Bots
?:
boolean
Optional
allowed
Interaction
Types
allowed
Interaction
Types
?:
CommandInteractionTypes
[]
code
code
:
string
Optional
disable
Console
Errors
disable
Console
Errors
?:
boolean
Optional
guild
Only
guild
Only
?:
boolean
Optional
name
name
?:
string
Optional
Private
path
path
?:
string
Do not define
type
type
:
T
Optional
Private
unloadable
unloadable
?:
boolean
Do not define
Optional
unprefixed
unprefixed
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
aliases
allow
Bots
allowed
Interaction
Types
code
disable
Console
Errors
guild
Only
name
path
type
unloadable
unprefixed
@tryforge/forgescript
ArgType
CalendarType
ErrorType
HTTPContentType
LogPriority
LogType
OperatorType
RegistrationType
ReturnType
ApplicationCommand
ApplicationCommandManager
Arg
BaseCommand
BaseCommandManager
BaseEventHandler
CompiledFunction
Compiler
Container
Context
CooldownManager
DiscordEventHandler
Loading...
Generated using
TypeDoc
Do not define