mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
Minor doc updates
This commit is contained in:
@@ -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
|
* @param {Object} [data] Data to set in the rich embed
|
||||||
*/
|
*/
|
||||||
class RichEmbed {
|
class RichEmbed {
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ class TextBasedChannel {
|
|||||||
* @typedef {Object} MessageOptions
|
* @typedef {Object} MessageOptions
|
||||||
* @property {boolean} [tts=false] Whether or not the message should be spoken aloud
|
* @property {boolean} [tts=false] Whether or not the message should be spoken aloud
|
||||||
* @property {string} [nonce=''] The nonce for the message
|
* @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)
|
* (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
|
* @property {boolean} [disableEveryone=this.client.options.disableEveryone] Whether or not @everyone and @here
|
||||||
* should be replaced with plain-text
|
* should be replaced with plain-text
|
||||||
|
|||||||
Reference in New Issue
Block a user