Androz2091 / discord-giveaways

🎉 Complete framework to facilitate the creation of giveaways using discord.js
https://discord-giveaways.js.org
MIT License
335 stars 127 forks source link

fix: clone the given actionrow properly #451

Closed imranbarbhuiya closed 2 years ago

imranbarbhuiya commented 2 years ago

Changes

fix regression from https://github.com/Androz2091/discord-giveaways/pull/422

after https://github.com/discordjs/discord.js/pull/7140 new MessageActionRow(ActionRowInstance) will return the given instance. And when replacing {var} it'll replace in the original ActionRow. So from 2nd gw it'll show infos from 1st gw

Status