This commit is contained in:
tungdo0602
2025-06-30 21:57:54 +07:00
parent 8b072d8b38
commit 70cd1133f8
10 changed files with 10 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ class ContainerComponent extends BaseMessageComponent {
*/
/**
* @param {ContainerComponent | APIContainerComponent} [data={}]
* @param {ContainerComponent | APIContainerComponent} [data={}] The data
*/
constructor(data = {}) {
super({ type: 'CONTAINER' }, data);