export declare function quote<C extends string>(content: C): `> ${C}`;
Formats the content into a quote. This needs to be at the start of the line for Discord to format it
Type Parameters
string C extends
Parameters
C content:
The content to wrap
export declare function quote<C extends string>(content: C): `> ${C}`;
Formats the content into a quote. This needs to be at the start of the line for Discord to format it