mirror of
https://github.com/danbulant/discord.js
synced 2026-06-20 15:11:32 +00:00
Webpack build: b2822c584a
This commit is contained in:
parent
d999a1b42d
commit
5182556635
1 changed files with 2 additions and 2 deletions
|
|
@ -2997,7 +2997,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
|
||||
|
|
@ -13004,7 +13004,7 @@ module.exports = WebhookClient;
|
|||
/***/ function(module, exports) {
|
||||
|
||||
/**
|
||||
* 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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue