Skip to content

Commit

Permalink
Merge pull request #125 from iamkunal9/main
Browse files Browse the repository at this point in the history
FIX & Changed the command prompt version id's
  • Loading branch information
zcpua authored Jun 15, 2023
2 parents f2967fe + 707346e commit 30b19a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/midjourne.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class MidjourneyApi {
channel_id: this.config.ChannelId,
session_id: this.config.SessionId,
data: {
version: "1077969938624553050",
version: "1118961510123847772",
id: "938956540159881230",
name: "imagine",
type: 1,
Expand All @@ -82,7 +82,7 @@ export class MidjourneyApi {
application_command: {
id: "938956540159881230",
application_id: "936929561302675456",
version: "1077969938624553050",
version: "1118961510123847772",
default_permission: true,
default_member_permissions: null,
type: 1,
Expand Down Expand Up @@ -178,15 +178,15 @@ export class MidjourneyApi {
channel_id: this.config.ChannelId,
session_id: this.config.SessionId,
data: {
version: "987795925764280356",
version: "972289487818334209",
id: "972289487818334209",
name: "info",
type: 1,
options: [],
application_command: {
id: "972289487818334209",
application_id: "936929561302675456",
version: "987795925764280356",
version: "972289487818334209",
default_member_permissions: null,
type: 1,
nsfw: false,
Expand Down

0 comments on commit 30b19a0

Please sign in to comment.