ferranfg / midjourney-discord-api-php

Generate images using Midjourney Bot through the Discord API.
https://ferranfigueredo.com
MIT License
135 stars 35 forks source link

changed values ID, session_id #22

Closed ondraasek closed 1 year ago

ondraasek commented 1 year ago

Hey, these changed yesterday: private const DATA_ID = '938956540159881230';

private const DATA_VERSION = '1077969938624553050';

private const SESSION_ID = '2fb980f65e5c9a77c96ca01f2c242cf6';

any idea how to get them? thank you

ferranfg commented 1 year ago

Hi @ondraasek thanks for your notice. I've updated the changed values and released a new version.

I don't know if there is other way, but I get these values opening the Discord's web version and looking at the Network tab from the Developers tools. You will see a request to the /interactions endpoint with all of them:

CleanShot 2023-06-16 at 11 48 50@2x

ondraasek commented 1 year ago

thanks a lot