MessageButtonPagesOptions
Represents the possible options for a MessageButtonPages
Types
Properties
| Paramenter | Type | Optional | Default | Description |
|---|---|---|---|---|
| embeds |
✔️ |
none
|
The embeds of discord.js MessageEmbed |
|
| channel |
✔️ |
CHANNEL
|
The channel of this MessageButtonPages |
|
| messageDM |
✔️ |
none
|
This paramenter will send an message/text when the bot success send.
This paramenter will work if the options channel is
DM
channel
|
|
| replyMention |
✔️ |
true
|
The replyMention of this MessageButtonPages |
|
| reply |
✔️ |
false
|
The reply of this MessageButtonPages |
|
| duration |
✔️ |
30000
|
The duration of this MessageButtonPages |
|
| countPage |
✔️ |
true
|
The count page of this MessageButtonPages |
|
| label |
✔️ |
none
|
The label of this MessageButtonPages |
|
| emoji |
✔️ |
["⬅️", "❎", "➡️"]
|
The emoji of this MessageButtonPages |
|
| color |
✔️ |
["PRIMARY", "DANGER", "PRIMARY"]
|
The color of this MessageButtonPages |