InteractiveModal constructor
Implementation
InteractiveModal(super.customId, { bool standalone = false }) {
if (standalone) {
InteractionCollector<ModalCreateEvent>(customId).collect().then((value) async {
await handle(value);
});
}
}