mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
docs: all the missing object -> Object changes (#5738)
This commit is contained in:
@@ -235,7 +235,7 @@ class Message extends Base {
|
||||
|
||||
/**
|
||||
* Partial data of the interaction that a message is a reply to
|
||||
* @typedef {object} MessageInteraction
|
||||
* @typedef {Object} MessageInteraction
|
||||
* @property {Snowflake} id The ID of the interaction
|
||||
* @property {InteractionType} type The type of the interaction
|
||||
* @property {string} commandName The name of the interaction's application command
|
||||
|
||||
Reference in New Issue
Block a user