Interface GiveawaySettings

Hierarchy

  • GiveawaySettings

Properties

_id: string
authorized: {
    channelId: string;
    roles: string[];
    users: string[];
}[]

Type declaration

  • channelId: string
  • roles: string[]
  • users: string[]
entries: Entries[]
guildId: string
messages: {
    reroll: CustomMessage;
    winner: CustomMessage;
}

Type declaration

toggles: {
    hostCanJoin: boolean;
}

Type declaration

  • hostCanJoin: boolean

Generated using TypeDoc