mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +00:00
Minor doc updates
This commit is contained in:
parent
5caa7df1d8
commit
b2822c584a
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* A rich embed to be sent with a message
|
||||
* A rich embed to be sent with a message with a fluent interface for creation
|
||||
* @param {Object} [data] Data to set in the rich embed
|
||||
*/
|
||||
class RichEmbed {
|
||||
|
|
|
|||
|
|
@ -28,7 +28,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 {Object} [embed] An embed for the message
|
||||
* @property {RichEmbed|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
|
||||
* should be replaced with plain-text
|
||||
|
|
|
|||
Loading…
Reference in a new issue