Interface QueueOptions

Hierarchy

  • QueueOptions

Properties

channelId: string
opts: {
    components?: ActionRowBuilder<AnyComponentBuilder>[];
    embeds?: EmbedBuilder[];
    files?: RawFile[];
    webhook?: {
        icon?: string;
        name?: string;
    };
}

Type declaration

  • Optional components?: ActionRowBuilder<AnyComponentBuilder>[]
  • Optional embeds?: EmbedBuilder[]
  • Optional files?: RawFile[]
  • Optional webhook?: {
        icon?: string;
        name?: string;
    }
    • Optional icon?: string
    • Optional name?: string
threadId: undefined | string
webhook: string

Generated using TypeDoc