Search...

blockQuote

export declare function blockQuote<C extends string>(content: C): `>>> ${C}`;
export declare function blockQuote<C extends string>(content: C): `>>> ${C}`;
Formats the content into a block quote.
Remarks
This needs to be at the start of the line for Discord to format it.
NameConstraintsOptionalDefaultDescription
CstringNoThis is inferred by the supplied content
NameTypeOptionalDescription
contentCNoThe content to wrap