Androz2091 / discord-giveaways

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

Listing not working #67

Closed birbified closed 4 years ago

birbified commented 4 years ago

When I tried to list all the active giveaways, my bot said this:

[object Object]

Androz2091 commented 4 years ago

Hello @gavserve, giveawaysManager.giveaways is an Array of giveaways. It means that you need to convert it to a String to send it to Discord. If you want some examples, see #62.

birbified commented 4 years ago

Okay, thanks!