discordx
Preparing search index...
ReactionOptions
Interface ReactionOptions<T>
Reaction options
interface
ReactionOptions
<
T
extends
string
=
string
>
{
aliases
?:
string
[]
;
botIds
?:
string
[]
;
description
?:
string
;
directMessage
?:
boolean
;
emoji
:
NotEmpty
<
T
>
;
guilds
?:
IGuild
[]
;
partial
?:
boolean
;
remove
?:
boolean
;
}
Type Parameters
T
extends
string
=
string
Index
Properties
aliases?
bot
Ids?
description?
direct
Message?
emoji
guilds?
partial?
remove?
Properties
Optional
aliases
aliases
?:
string
[]
Optional
bot
Ids
botIds
?:
string
[]
Optional
description
description
?:
string
Optional
direct
Message
directMessage
?:
boolean
emoji
emoji
:
NotEmpty
<
T
>
Optional
guilds
guilds
?:
IGuild
[]
Optional
partial
partial
?:
boolean
Optional
remove
remove
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aliases
bot
Ids
description
direct
Message
emoji
guilds
partial
remove
discordx
Loading...
Reaction options