mirror of
https://github.com/danbulant/discord.js
synced 2026-07-07 04:00:42 +00:00
Webpack build for branch master: 37d84b14f8
This commit is contained in:
parent
9557735686
commit
77fdb293b1
1 changed files with 8 additions and 0 deletions
|
|
@ -17228,6 +17228,7 @@ class VoiceChannel extends GuildChannel {
|
||||||
/**
|
/**
|
||||||
* The members in this voice channel
|
* The members in this voice channel
|
||||||
* @type {Collection<Snowflake, GuildMember>}
|
* @type {Collection<Snowflake, GuildMember>}
|
||||||
|
* @name VoiceChannel#members
|
||||||
*/
|
*/
|
||||||
Object.defineProperty(this, 'members', { value: new Collection() });
|
Object.defineProperty(this, 'members', { value: new Collection() });
|
||||||
}
|
}
|
||||||
|
|
@ -25384,6 +25385,13 @@ class MessageUpdateHandler extends AbstractHandler {
|
||||||
|
|
||||||
module.exports = MessageUpdateHandler;
|
module.exports = MessageUpdateHandler;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Emitted whenever a message is updated - e.g. embed or content change.
|
||||||
|
* @event Client#messageUpdate
|
||||||
|
* @param {Message} oldMessage The message before the update
|
||||||
|
* @param {Message} newMessage The message after the update
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
/* 165 */
|
/* 165 */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue