apollo-code / ui/src / RegisteredSlashCommand
Interface: RegisteredSlashCommand
Extends
Properties
aliases?
optionalaliases?: readonlystring[]
Inherited from
available?
optionalavailable?:boolean
Inherited from
description
description:
string
Inherited from
name
name:
string
Inherited from
source
source:
SlashCommandSource
Methods
run()
run(
input):void|Promise<void>
Parameters
input
Returns
void | Promise<void>