Interface ComponentOptions<T>

Component type

interface ComponentOptions<T> {
    botIds?: string[];
    guilds?: IGuild[];
    id?: RegExp | NotEmpty<T>;
}

Type Parameters

  • T extends string = string

Properties

Properties

botIds?: string[]
guilds?: IGuild[]
id?: RegExp | NotEmpty<T>