mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 05:52:05 +00:00
docs(TextBasedChannel): fix typo (#3858)
This commit is contained in:
parent
31ee0d84d5
commit
a04b4cae3e
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ class TextBasedChannel {
|
|||
* @property {MessageEmbed|Object} [embed] An embed for the message
|
||||
* (see [here](https://discordapp.com/developers/docs/resources/channel#embed-object) for more details)
|
||||
* @property {'none' | 'all' | 'everyone'} [disableMentions=this.client.options.disableMentions] Whether or not
|
||||
* all mentionsor everyone/here mentions should be sanitized to prevent unexpected mentions
|
||||
* all mentions or everyone/here mentions should be sanitized to prevent unexpected mentions
|
||||
* @property {FileOptions[]|BufferResolvable[]} [files] Files to send with the message
|
||||
* @property {string|boolean} [code] Language for optional codeblock formatting to apply
|
||||
* @property {boolean|SplitOptions} [split=false] Whether or not the message should be split into multiple messages if
|
||||
|
|
|
|||
Loading…
Reference in a new issue