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