Modal help

const modal = new ModalBuilder()
            .setCustomId('myModal')
            .setTitle('My Modal');


im getting error
 const modal = new ModalBuilder()
                                      ^

TypeError: ModalBuilder is not a constructor
Was this page helpful?