Mateo-tem / discord-modals

discord-modals is a package that allows your bot of discord.js v13 to create the new Discord Modals and interact with them.
https://www.npmjs.com/package/discord-modals
MIT License
93 stars 27 forks source link

`DiscordAPIError: Interaction has already been acknowledged.` #88

Closed Flynx7 closed 2 years ago

Flynx7 commented 2 years ago

When I click the button a modal is displayed. It successfully collects data, but only once. The second time, I get this error. I could try the second time from the same account or a different account. It just doesn't work. https://srcshare.io/?id=6278f9cb0a2e527ec6f60de3

Flynx7 commented 2 years ago

@Mateo-tem it is a request to you to kindly help me.

xOnlyFadi commented 2 years ago

@Mateo-tem it is a request to you to kindly help me.

try removing and see what happens

await modal.deferReply({ ephemeral: true })