fix: add components to MessageOption typedefs (#5768)

This commit is contained in:
monbrey
2021-06-07 18:32:50 +10:00
committed by GitHub
parent dec191aa1e
commit 657635c1c0
3 changed files with 6 additions and 0 deletions

View File

@@ -63,6 +63,8 @@ class TextBasedChannel {
* @property {string|boolean} [code] Language for optional codeblock formatting to apply
* @property {boolean|SplitOptions} [split=false] Whether or not the message should be split into multiple messages if
* it exceeds the character limit. If an object is provided, these are the options for splitting the message
* @property {MessageActionRow[]} [components] Action rows containing interactive components for the message
* (buttons, select menus)
*/
/**