Represents a custom command.

Hierarchy

  • CustomCommand

Properties

cooldownInS?: number

The number of seconds between a command can not be used after it was used.

count: number

The number of times the command got called.

description?: string

A description for the command.

id: string

ID of the command.

message: string

The message that should be sent.

regex: string

The regex string that is used to check for the command.

timestampLastExecution?: number

The timestamp of the last time the command was executed.

userLevel: TwitchBadgeLevel

The allowed user level.

Generated using TypeDoc