Skip to content

Components V2

Components V2 is Discord's new message layout system. Instead of being limited to text content and embeds, you can now build messages using rich building blocks like text displays, sections, media galleries, containers, and more.

Ticketeer fully supports Components V2 in the message editor for both ticket group messages and custom messages.

Available components

ComponentDescription
Text DisplayRenders markdown text within the message
SectionGroups text and an optional thumbnail or button side by side
ThumbnailDisplays a small image, typically used inside a section
Media GalleryDisplays one or more images or videos in a gallery layout
FileAttaches a file to the message
SeparatorAdds a visual divider between components
ContainerWraps other components in a styled card with an optional accent color

How to use

In the message editor, toggle the Components V2 switch to enable the new layout mode. Once enabled, the editor will switch to a component-based view where you can add and arrange components visually.

You must add at least one component — the message will not send if the component list is empty.

TIP

Components V2 messages fully support the template engine. You can use template variables like {$ticket.owner} or {$ticket.number} inside any text display.