fix 5
This commit is contained in:
@@ -43,7 +43,7 @@ class BaseMessageComponent {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {BaseMessageComponent|BaseMessageComponentOptions} [data={}] The options for this component
|
* @param {BaseMessageComponent|BaseMessageComponentOptions} [data={}] The options for this component
|
||||||
* * @param {MessageComponentOptions} [componentData={}] The raw data for component
|
* @param {MessageComponentOptions} [componentData={}] The raw data for component
|
||||||
*/
|
*/
|
||||||
constructor(data, componentData = {}) {
|
constructor(data, componentData = {}) {
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
class UnfurledMediaItem {
|
class UnfurledMediaItem {
|
||||||
/**
|
/**
|
||||||
* @property {string} [url] Supports arbitrary urls and `attachment://<filename>` references
|
* @property {string} [url] Supports arbitrary urls and `attachment://<filename>` references
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* @param {UnfurledMediaItem | APIUnfurledMediaItem} [data={}] The data
|
* @param {UnfurledMediaItem | APIUnfurledMediaItem} [data={}] The data
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1805,11 +1805,7 @@ exports.RelationshipTypes = createEnum([
|
|||||||
'IMPLICIT',
|
'IMPLICIT',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
exports.SeparatorSpacingSizes = createEnum([
|
exports.SeparatorSpacingSizes = createEnum([null, 'SMALL', 'LARGE']);
|
||||||
null,
|
|
||||||
'SMALL',
|
|
||||||
'LARGE',
|
|
||||||
]);
|
|
||||||
|
|
||||||
exports._cleanupSymbol = Symbol('djsCleanup');
|
exports._cleanupSymbol = Symbol('djsCleanup');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user