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

underscore

export declare function underscore<C extends string>(content: C): `__${C}__`;
export declare function underscore<C extends string>(content: C): `__${C}__`;
Formats the content into underscored text.
NameConstraintsOptionalDefaultDescription
CstringNoThis is inferred by the supplied content
NameTypeOptionalDescription
contentCNoThe content to wrap