You are reading the documentation for the
next
version of discord.js. Documentation for v13/v14+ has been moved to
old.discordjs.dev
/
docs
/
packages
/
formatters
/
main
/
blockQuote%3AFunction
Search...
K
formatters
discord.js
brokers
builders
collection
core
formatters
next
proxy
rest
util
voice
ws
main
Functions
blockQuote
bold
channelLink
channelMention
chatInputApplicationCommandMention
codeBlock
escapeBold
escapeBulletedList
escapeCodeBlock
escapeEscape
escapeHeading
escapeInlineCode
escapeItalic
escapeMarkdown
escapeMaskedLink
escapeNumberedList
escapeSpoiler
escapeStrikethrough
escapeUnderline
formatEmoji
hideLinkEmbed
hyperlink
inlineCode
italic
messageLink
quote
roleMention
spoiler
strikethrough
time
underscore
userMention
Enums
Faces
Interfaces
EscapeMarkdownOptions
Types
TimestampStylesString
Variables
TimestampStyles
blockQuote
export declare function
blockQuote
<
C
extends
string
>(
content
:
C
)
:
`>>> ${
C
}`
;
export declare function
blockQuote
<
C
extends
string
>(content
:
C
)
:
`>>>
${
C
}
`
;
Summary
Formats the content into a block quote.
Remarks
This needs to be at the start of the line for Discord to format it.
Type Parameters
Name
Constraints
Optional
Default
Description
C
string
No
This is inferred by the supplied content
Parameters
Name
Type
Optional
Description
content
C
No
The content to wrap