Closed GoudronViande24 closed 2 years ago
Describe the bug When you create a giveaway, the deprecation warning is sent.
Error
(node:10496) DeprecationWarning: Passing strings for MessageEmbed#setFooter is deprecated. Pass a sole object instead.
To Reproduce Create a giveaway, example:
manager.start(channel, { duration: 60000, winnerCount, prize, hostedBy, messages });
Expected behavior Not send a deprecation warning and use the up to date way to work with Discord.js API
Additional context
discord-giveaways
discord.js
Nevermind, it was due to a bug with the update. After updating correctly, everything is fine.
Describe the bug
When you create a giveaway, the deprecation warning is sent.
Error
To Reproduce
Create a giveaway, example:
Expected behavior
Not send a deprecation warning and use the up to date way to work with Discord.js API
Additional context
discord-giveaways
version: 5.1.0discord.js
version: 13.6.0