mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
docs(CommandInteractionResolvedData): fix key type (#6729)
This commit is contained in:
@@ -78,11 +78,11 @@ class BaseCommandInteraction extends Interaction {
|
||||
/**
|
||||
* Represents the resolved data of a received command interaction.
|
||||
* @typedef {Object} CommandInteractionResolvedData
|
||||
* @property {Collection<string, User>} [users] The resolved users
|
||||
* @property {Collection<string, GuildMember|APIGuildMember>} [members] The resolved guild members
|
||||
* @property {Collection<string, Role|APIRole>} [roles] The resolved roles
|
||||
* @property {Collection<string, Channel|APIChannel>} [channels] The resolved channels
|
||||
* @property {Collection<string, Message|APIMessage>} [messages] The resolved messages
|
||||
* @property {Collection<Snowflake, User>} [users] The resolved users
|
||||
* @property {Collection<Snowflake, GuildMember|APIGuildMember>} [members] The resolved guild members
|
||||
* @property {Collection<Snowflake, Role|APIRole>} [roles] The resolved roles
|
||||
* @property {Collection<Snowflake, Channel|APIChannel>} [channels] The resolved channels
|
||||
* @property {Collection<Snowflake, Message|APIMessage>} [messages] The resolved messages
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user