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
92 stars 28 forks source link

[Fix] `ephemeral` flag not working in interaction reply #89

Closed jonbarrow closed 2 years ago

jonbarrow commented 2 years ago

Previously the InteractionResponses.reply function did not handle the ephemeral flag correctly. The data.flags property was always being set to undefined regardless on if ephemeral: true was passed or not. These changes simply copy over the ephemeral check from InteractionResponses.deferReply to correctly support ephemeral responses in replies. Tested on Discord.JS v13.6.0 with no issues