mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 13:03:31 +01:00
@@ -71,7 +71,8 @@ export class ContainerBuilder extends ComponentBuilder<APIContainerComponent> {
|
|||||||
* },
|
* },
|
||||||
* ],
|
* ],
|
||||||
* })
|
* })
|
||||||
* .addComponents(separator, section);
|
* .addSeparatorComponents(separator)
|
||||||
|
* .addSectionComponents(section);
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
public constructor({ components, ...data }: Partial<APIContainerComponent> = {}) {
|
public constructor({ components, ...data }: Partial<APIContainerComponent> = {}) {
|
||||||
|
|||||||
Reference in New Issue
Block a user