Closed Sand200 closed 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: "", }, });
your provided reaction seems odd. have you tried it with a normal emoji?
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: "",
},
});