UNPKG

seyfert

Version:

The most advanced framework for discord bots

15 lines (14 loc) 404 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HttpClient = void 0; const base_1 = require("./base"); class HttpClient extends base_1.BaseClient { constructor(options) { super(options); } async start(options = {}) { await super.start(options); return this.execute(options.httpConnection); } } exports.HttpClient = HttpClient;