Androz2091 / discord-giveaways

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

Customisable Giveaway Reaction #244

Closed Dragonizedpizza closed 3 years ago

Dragonizedpizza commented 3 years ago

How would I go about settting a customisable reaction for each server?

Lebyy commented 3 years ago

You can supply the reaction in the start options https://discord-giveaways.js.org/global.html#GiveawayStartOptions

Dragonizedpizza commented 3 years ago

Thanks