Preparing search index...
The search index is not available
discordx
discordx
ComponentOptions
Interface ComponentOptions<T>
Component type
interface
ComponentOptions
<
T
>
{
botIds
?:
string
[]
;
guilds
?:
IGuild
[]
;
id
?:
RegExp
|
NotEmpty
<
T
>
;
}
Type Parameters
T
extends
string
=
string
Index
Properties
bot
Ids?
guilds?
id?
Properties
Optional
bot
Ids
bot
Ids
?:
string
[]
Optional
guilds
guilds
?:
IGuild
[]
Optional
id
id
?:
RegExp
|
NotEmpty
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bot
Ids
guilds
id
discordx
Loading...
Component type