erictik / midjourney-api

MidJourney client. Unofficial Node.js client
Apache License 2.0
1.64k stars 269 forks source link

Doubt about the steps to follow #275

Open damianlluch opened 1 week ago

damianlluch commented 1 week ago

Hi! I found the project on github, and have started to see how to integrate it into my project.

I have a couple of doubts.

example variables, please set up yours

export SERVER_ID="1082500871478329374" export CHANNEL_ID="1094892992281718894" export SALAI_TOKEN="your-discord-token"

Where do I get SERVER_ID and CHANNEL_ID ?

I have created an app in my Discord account in the developers section, and there is an APPLICATION ID, does it refer to the SERVER_ID? and the CHANNEL_ID where do I get it from? on the other hand, is this step that I have done to create an app in the developers section in Discord correct?

On the other hand, I have obtained the SALAI_TOKEN the way they indicate in the Github page, it seemed to me a little strange way to have the token, can not be obtained from the official page of discord developers as any app that you want to integrate?

Thanks