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

strikethrough

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