UNPKG

qq-official-bot

Version:
10 lines (9 loc) 217 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Contactable = void 0; class Contactable { constructor(bot) { this.bot = bot; } } exports.Contactable = Contactable;