UNPKG

linkup-bot-lib

Version:

12 lines (11 loc) 262 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Command = void 0; class Command { options; constructor(options) { this.options = options; } handler(bot, message, args) { } } exports.Command = Command;