quoteSummaryFormats the content into a quote. This needs to be at the start of the line for Discord to format itdeclare function quote<C extends string>(content: C): `> ${C}`;Type ParametersNameConstraintsOptionalDefaultDescriptionCstringNoNoneParametersNameTypeOptionalDescriptioncontentCNoThe content to wrap