mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
docs: general cleanup and improvements (#6299)
Co-authored-by: DaStormer <40336269+DaStormer@users.noreply.github.com> Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com> Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
This commit is contained in:
@@ -284,9 +284,9 @@ class Message extends Base {
|
||||
/**
|
||||
* Reference data sent in a message that contains ids identifying the referenced message
|
||||
* @typedef {Object} MessageReference
|
||||
* @property {string} channelId The channel's id the message was referenced
|
||||
* @property {?string} guildId The guild's id the message was referenced
|
||||
* @property {?string} messageId The message's id that was referenced
|
||||
* @property {Snowflake} channelId The channel's id the message was referenced
|
||||
* @property {?Snowflake} guildId The guild's id the message was referenced
|
||||
* @property {?Snowflake} messageId The message's id that was referenced
|
||||
*/
|
||||
|
||||
if ('message_reference' in data || !partial) {
|
||||
|
||||
Reference in New Issue
Block a user