Skip to content
This repository was archived by the owner on Oct 5, 2025. It is now read-only.

Commit 3d13ea3

Browse files
committed
chore(components): rename files
1 parent bad0fa7 commit 3d13ea3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/popular-topics/components-v2.md renamed to guide/popular-topics/display-components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ await channel.send({
4343

4444
## Section
4545

46-
Sections represent text (one to three Text Display components) with an accessory. The accessory can either be an image (thumbnail) or button. If you do not want to send an accessory, use a [Text Display](/popular-topics/components-v2.md#text-display) component instead. You can use the <DocsLink path="SectionBuilder:Class" /> class to easily create a Section component:
46+
Sections represent text (one to three Text Display components) with an accessory. The accessory can either be an image (thumbnail) or button. If you do not want to send an accessory, use a [Text Display](/popular-topics/display-components.md#text-display) component instead. You can use the <DocsLink path="SectionBuilder:Class" /> class to easily create a Section component:
4747

4848
```js
4949
const { SectionBuilder, ButtonStyle, MessageFlags } = require('discord.js');
@@ -74,7 +74,7 @@ await channel.send({
7474

7575
## Thumbnail
7676

77-
A Thumbnail is a display component that is visually similar to the `thumbnail` field inside an embed. Thumbnails are added as accessory inside a [Section](/popular-topics/components-v2.md#section) component, support alt text for accessibility, and can be marked as a spoiler. You can use the <DocsLink path="ThumbnailBuilder:Class" /> class to easily create a Thumbnail component:
77+
A Thumbnail is a display component that is visually similar to the `thumbnail` field inside an embed. Thumbnails are added as accessory inside a [Section](/popular-topics/display-components.md#section) component, support alt text for accessibility, and can be marked as a spoiler. You can use the <DocsLink path="ThumbnailBuilder:Class" /> class to easily create a Thumbnail component:
7878

7979
```js
8080
const { AttachmentBuilder, SectionBuilder, MessageFlags } = require('discord.js');

0 commit comments

Comments
 (0)