mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
MessageOptions can take content (#1861)
This commit is contained in:
parent
7f921883f4
commit
434a22dc4e
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ class TextBasedChannel {
|
|||
* @typedef {Object} MessageOptions
|
||||
* @property {boolean} [tts=false] Whether or not the message should be spoken aloud
|
||||
* @property {string} [nonce=''] The nonce for the message
|
||||
* @property {string} [content=''] The content for the message
|
||||
* @property {MessageEmbed|Object} [embed] An embed for the message
|
||||
* (see [here](https://discordapp.com/developers/docs/resources/channel#embed-object) for more details)
|
||||
* @property {boolean} [disableEveryone=this.client.options.disableEveryone] Whether or not @everyone and @here
|
||||
|
|
|
|||
Loading…
Reference in a new issue