/
docs
/
packages
/
formatters
/
main
/
underscore%3AFunction
Search...
K
formatters
discord.js
brokers
builders
collection
core
formatters
next
proxy
rest
util
voice
ws
main
main
Functions
applicationDirectory
blockQuote
bold
channelLink
channelMention
chatInputApplicationCommandMention
codeBlock
escapeBold
escapeBulletedList
escapeCodeBlock
escapeEscape
escapeHeading
escapeInlineCode
escapeItalic
escapeMarkdown
escapeMaskedLink
escapeNumberedList
escapeSpoiler
escapeStrikethrough
escapeUnderline
formatEmoji
heading
hideLinkEmbed
hyperlink
inlineCode
italic
linkedRoleMention
messageLink
orderedList
quote
roleMention
spoiler
strikethrough
subtext
time
underline
underscore
unorderedList
userMention
Enums
Faces
GuildNavigationMentions
HeadingLevel
Interfaces
EscapeMarkdownOptions
FormatEmojiOptions
Types
RecursiveArray
TimestampStylesString
Variables
TimestampStyles
version
underscore
export declare function
underscore
<
Content
extends
string
>(
content
:
Content
)
:
`__${
Content
}__`
;
export declare function
underscore
<
Content
extends
string
>(content
:
Content
)
:
`__
${
Content
}
__`
;
Summary
Use
underline
instead.
Deprecated
Formats the content into underscored text.
Type Parameters
Name
Constraints
Optional
Default
Description
Content
string
No
This is inferred by the supplied content
Parameters
Name
Type
Optional
Description
content
Content
No
The content to wrap