UNPKG

@tryforge/forgescript

Version:

ForgeScript is a comprehensive package that empowers you to effortlessly interact with Discord's API. It ensures scripting remains easy to learn and consistently effective.

11 lines 248 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Output = void 0; class Output { types; constructor(types) { this.types = types; } } exports.Output = Output; //# sourceMappingURL=Output.js.map