📖
MidJourney Node Client Doc
GithubSponsor
  • 👋MidJourney Node Client
  • 📓Getting started
    • Quickstart
    • Install
    • Config
    • API Reference
      • imagine
      • variation
      • upscale
      • reroll
      • blend
      • describe
      • info
      • fast
      • relax
      • setting
      • reset
    • Example
      • Imagine
  • FAQ
    • vercel
    • node.js <18
    • proxy
    • How to get your Discord Token
    • Invite Midjourney Bot to Your Server
  • Join the Beta
  • Use Cases
    • 🎨Web UI
    • 🤖Discord Bot
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Getting started

Config

Property
Type
Description
Required
Default

SalaiToken

string

Discord Token

true

ServerId

string

Discord server Id

false

null ( DM Midjourney bot)

ChannelId

string

Discord Channel Id

true

1077800642086703114(Midjourney bot)

SessionId

string

Discord Session Id

false

8bb7f5b79c7a49f7d0824ab4b8773a81

Debug

boolean

print log

false

false

Ws

boolean

websocket get message

false

false

HuggingFaceToken

string

verify human

false

DiscordBaseUrl

string

Proxy Discord Url

false

WsBaseUrl

string

Proxy Discord Wsebsocket Url

false

Limit

number

false

50

MaxWait

number

false

200

fetch

fetch

node <18 OR proxy

false

websocket

websocket

proxy

false

PreviousInstallNextAPI Reference

Last updated 1 year ago

Was this helpful?

📓