You are reading the documentation for the next version of discord.js. Documentation for v13/v14+ has been moved to old.discordjs.dev

inlineCode

export declare function inlineCode<C extends string>(content: C): `\`${C}\``;
export declare function inlineCode<C extends string>(content: C): `\`${C}\``;
Wraps the content inside backticks which formats it as inline code.
NameConstraintsOptionalDefaultDescription
CstringNoThis is inferred by the supplied content
NameTypeOptionalDescription
contentCNoThe content to wrap