Skip to main content

@dreamcord/builders

Helpful builders for various Discord related things.

This module is specifically built to be compatible with Dreamcord.

Index

Type Aliases

EmbedAuthorData

EmbedAuthorData: IconData & Omit<APIEmbedAuthor, icon_url | proxy_icon_url>

Represents the author data of an embed.

EmbedAuthorOptions

EmbedAuthorOptions: Omit<EmbedAuthorData, proxyIconURL>

Represents the author options of an embed.

EmbedFooterData

EmbedFooterData: IconData & Omit<APIEmbedFooter, icon_url | proxy_icon_url>

Represents the footer data of an embed.

EmbedFooterOptions

EmbedFooterOptions: Omit<EmbedFooterData, proxyIconURL>

Represents the footer options of an embed.

RGBTuple

RGBTuple: [red: number, green: number, blue: number]

A tuple satisfying the RGB color model.

@see