#Modal callback not work
1 messages · Page 1 of 1 (latest)
send code and error
show code of modal that you send from slash command
I mean code from here
what is ...?
how I can help you without code?
you said code from listener is working
"accept_modal" is what you have, vs "modal_submit" in the example
"accept_modal" is your custom_id. That doesn't change the event name.
You also have a timeout kwarg set to 300 seconds. But you're not currently catching the asyncio.TimeOutError that's going ot be thrown if it does time out.
Happens. Sometimes it just takes a different set of eyes.
Which is why you should get a rubber duck 😄
/solved