after https://github.com/discordjs/discord.js/pull/7140new 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
[x] These changes have been tested and formatted properly.
[ ] This PR includes only documentation changes (JSDoc, README or typings), no code change.
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 gwStatus