relax-mj
Version:
Node.js client for the unofficial MidJourney API.
14 lines • 462 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DefaultMJConfig = void 0;
exports.DefaultMJConfig = {
ChannelId: "1077800642086703114",
SalaiToken: "",
SessionId: "8bb7f5b79c7a49f7d0824ab4b8773a81",
Debug: false,
Limit: 50,
MaxWait: 100,
DiscordBaseUrl: "https://discord.com",
WsBaseUrl: "wss://gateway.discord.gg?v=9&encoding=json&compress=gzip-stream`",
};
//# sourceMappingURL=config.js.map