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

Can I add Fields to the Giveaway Embed? #393

Closed Tomato6966 closed 3 years ago

Tomato6966 commented 3 years ago

I am unable to find information about that in the docs.

Would be very useful because for required roles or bonus roles information message etc.

Nico105 commented 3 years ago

you're already using \n for the messages, but if you really need fields then you can extend the generateMainEmbed method

Tomato6966 commented 3 years ago

hmm ok