mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
typings(CommandInteractionOptionResolver): Document & type thread channels (#6521)
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -3359,7 +3359,7 @@ export interface CommandInteractionOption {
|
||||
options?: CommandInteractionOption[];
|
||||
user?: User;
|
||||
member?: GuildMember | APIInteractionDataResolvedGuildMember;
|
||||
channel?: GuildChannel | APIInteractionDataResolvedChannel;
|
||||
channel?: GuildChannel | ThreadChannel | APIInteractionDataResolvedChannel;
|
||||
role?: Role | APIRole;
|
||||
message?: Message | APIMessage;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user