Search...

quote

export declare function quote<C extends string>(content: C): `> ${C}`;
export declare function quote<C extends string>(content: C): `> ${C}`;
Formats the content into a 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