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

DeprecationWarning: Channel#deleted is deprecated #411

Closed alima566 closed 2 years ago

alima566 commented 2 years ago

Describe the bug

Due to the recent discord.js update (v13.4.0), getting this deprecation warning every time a giveaway is started.

To Reproduce

Just start a giveaway and this deprecation warning should appear in your console.

Additional context

reinacchi commented 2 years ago

I assume 04144a7 fixed this issue. You can install the dev version (npm install Androz2091/discord-giveaways#develop) to ignore the deprecation warning.

Nico105 commented 2 years ago

v5.1.0 has been released