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

Should we replace constants? If not, why? Where did you took them? #28

Closed lowrider32 closed 1 year ago

lowrider32 commented 1 year ago

protected const APPLICATION_ID = '936929561302675456';

protected const DATA_ID = '938956540159881230';

protected const DATA_VERSION = '1118961510123847772';

protected const SESSION_ID = '2fb980f65e5c9a77c96ca01f2c242cf6';

ferranfg commented 1 year ago

It's not necessary to change them. They refer to the Midjourney Discord application and similar.

I explained in this other issue how I get these values https://github.com/ferranfg/midjourney-discord-api-php/issues/22#issuecomment-1594422327