diff --git a/discord.master.js b/discord.master.js index b72aba15..c046a49d 100644 --- a/discord.master.js +++ b/discord.master.js @@ -17228,6 +17228,7 @@ class VoiceChannel extends GuildChannel { /** * The members in this voice channel * @type {Collection} + * @name VoiceChannel#members */ Object.defineProperty(this, 'members', { value: new Collection() }); } @@ -25384,6 +25385,13 @@ class MessageUpdateHandler extends AbstractHandler { 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 */