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. This needs to be at the start of the line for Discord to format it
NameConstraintsOptionalDefaultDescription
CstringNoNone
NameTypeOptionalDescription
contentCNoThe content to wrap