quote

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