Interface IForgeGiveawaysOptions

interface IForgeGiveawaysOptions {
    events?: (keyof IGiveawayEvents)[];
    useDefault?: boolean;
    useReactions?: boolean;
}

Properties

events?: (keyof IGiveawayEvents)[]

The giveaway events to use.

useDefault?: boolean

Whether to use the default giveaway messages. Defaults to true.

useReactions?: boolean

Whether to use reactions for entering the giveaways. Defaults to false.