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

Undefined property: stdClass::$guild_id #25

Closed pappleweb closed 1 year ago

pappleweb commented 1 year ago

Hi, when I launch on Laravel project your example code, I obtain this error :

Undefined property: stdClass::$guild_id

Can you help me ?

ferranfg commented 1 year ago

Hi @pappleweb most probrably your $channel_id from the new Midjourney($channel_id, … is incorrect, as we use this value to get the guild_id.

https://support.discord.com/hc/en-us/articles/206346498-Where-can-I-find-my-User-Server-Message-ID-