MidJourney-Wrapper icon indicating copy to clipboard operation
MidJourney-Wrapper copied to clipboard

How to monitor Midjourney Bot error prompts

Open yudu233 opened this issue 2 years ago • 3 comments

Hello, if you send the wrong prompt, monitor Midjourney Bot will return a wrong message, but this message can only be received by the main account, how can I monitor this message and then send a custom message to other users?

image

yudu233 avatar May 11 '23 14:05 yudu233

for this you need to use self bot. those message are only send through by wss

ezioruan avatar May 20 '23 12:05 ezioruan

so I can't listener this error message? like use "@bot.event async def on_message(message):" or "@bot.event async def on_application_command_error(ctx, error):"

yudu233 avatar May 20 '23 14:05 yudu233

so I can't listener this error message? like use "@bot.event async def on_message(message):" or "@bot.event async def on_application_command_error(ctx, error):"

you can check my code sample here, https://github.com/ezioruan/midjourney-python-api , it can receive this kind of message

ezioruan avatar May 21 '23 02:05 ezioruan