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

No Winner #458

Closed Sand200 closed 2 years ago

Sand200 commented 2 years ago

Hello! My giveaways does not choose a winner when the giveaway ends.

Here's my manager code

const { GiveawaysManager } = require("discord-giveaways"); client.giveawaysManager = new GiveawaysManager(client, { storage: "./storage/giveaways.json", default: { botsCanWin: false, embedColor: "#E9A5B7", embedColorEnd: "#E9A5B7", reaction: "", }, });

Nico105 commented 2 years ago

your provided reaction seems odd. have you tried it with a normal emoji?