createOptionForm

how to add notification for createOptionForm in select option
2 Replies
toeknee
toeknee17mo ago
I am not following sorry, how do you mean? You want a notification when they add an option?
LeandroFerreira
LeandroFerreira17mo ago
Not sure but if you want to change the default process, you should use createOptionUsing
->createOptionUsing(function () {

//create..

Notification::make()
->title('Title')
->body('content..')
->send();
//...

})
->createOptionUsing(function () {

//create..

Notification::make()
->title('Title')
->body('content..')
->send();
//...

})
Want results from more Discord servers?
Add your server