blockQuote

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