Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zcpua committed Jul 16, 2023
1 parent 229b661 commit be5336b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/discord.message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
MJConfig,
MJConfigParam,
} from "./interfaces";
import { formatOptions, sleep } from "./utls";
import { formatOptions, sleep } from "./utils";
import async from "async";

export class MidjourneyMessage {
Expand Down
2 changes: 1 addition & 1 deletion src/discord.ws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
formatPrompts,
nextNonce,
uriToHash,
} from "./utls";
} from "./utils";
import { VerifyHuman } from "./verify.human";
import WebSocket from "isomorphic-ws";
export class WsMessage {
Expand Down
2 changes: 1 addition & 1 deletion src/midjourne.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
UploadSlot,
} from "./interfaces";

import { nextNonce, sleep } from "./utls";
import { nextNonce, sleep } from "./utils";
import { Command } from "./command";
import async from "async";
import path from "path";
Expand Down
2 changes: 1 addition & 1 deletion src/midjourney.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
nextNonce,
random,
base64ToBlob,
} from "./utls";
} from "./utils";
import { WsMessage } from "./discord.ws";
import { faceSwap } from "./face.swap";
export class Midjourney extends MidjourneyMessage {
Expand Down
File renamed without changes.

0 comments on commit be5336b

Please sign in to comment.