Configuration options for the GiveawayManager instance.
These options control the global behavior of the giveaway manager,
including reaction emoji, bot participation, and localization.
Example
constmanagerOptions: GiveawayManagerOptions = { reaction:'🎉', // Use party emoji for entries botsCanWin:false, // Exclude bots from winning language:'en'// Use English language };
interfaceGiveawayManagerOptions{ Â Â Â Â reaction:string; Â Â Â Â botsCanWin:boolean; Â Â Â Â language?:"en"|"cs"; }
Configuration options for the GiveawayManager instance.
These options control the global behavior of the giveaway manager, including reaction emoji, bot participation, and localization.
Example