Class: TypingsCommand
Class: TypingsCommand
The typings command class.
Constructors
Constructor
new TypingsCommand(context): TypingsCommand;
Create a new instance of TypingsCommand.
Parameters
context
The service container to manage dependencies.
Returns
TypingsCommand
Methods
handle()
handle(event): Promise<void>;
Handle the incoming event.
Parameters
event
IncomingEvent
Returns
Promise
<void
>