Skip to content

Commit

Permalink
Merge pull request #237 from XdpCs/fix-file-name
Browse files Browse the repository at this point in the history
style(midjourney.api.ts): fix file name
  • Loading branch information
zcpua committed Oct 9, 2023
2 parents 2cfc7c9 + bc9a4ce commit a7a0125
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/discord.ws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
MJShorten,
MJDescribe,
} from "./interfaces";
import { MidjourneyApi } from "./midjourne.api";
import { MidjourneyApi } from "./midjourney.api";
import {
content2progress,
content2prompt,
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export * from "./midjourney";
export * from "./discord.message";
export * from "./discord.ws";
export * from "./interfaces/index";
export * from "./midjourne.api";
export * from "./midjourney.api";
export * from "./command";
export * from "./verify.human";
export * from "./banned.words";
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/midjourney.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
MJConfig,
MJConfigParam,
} from "./interfaces";
import { MidjourneyApi } from "./midjourne.api";
import { MidjourneyApi } from "./midjourney.api";
import { MidjourneyMessage } from "./discord.message";
import {
toRemixCustom,
Expand Down

0 comments on commit a7a0125

Please sign in to comment.