UNPKG

@twitchfy/chatbot

Version:

A powerful node module to make your own Twitch ChatBot

11 lines (10 loc) 238 B
"use strict"; /* eslint-disable @typescript-eslint/no-explicit-any */ Object.defineProperty(exports, "__esModule", { value: true }); exports.Command = void 0; /** * The command structure. */ class Command { } exports.Command = Command;