twitcheasy-twitch-bottwitch-authtwitch-auth-tmitwitch-chat-clienttwitch-eventsubtwitch-pubsub-clienttwitch-webhooks

BotCommand

Overview

Properties

Methods

Properties

aliases

Type: Array<string>

name

Type: string

Methods

execute(params, context)

Parameter Type Required Default Description
params Array<string> none none
context BotCommandContext none none
Return type: void | Promise<void>

match(line, prefix)

Parameter Type Required Default Description
line string none none
prefix string none none
Return type: Array<string> | null