typings(CommandInteractionOptionResolver): Document & type thread channels (#6521)

This commit is contained in:
Jiralite
2021-08-29 13:23:20 +01:00
committed by GitHub
parent a6932546e2
commit 774e9609d2
3 changed files with 3 additions and 3 deletions

View File

@@ -143,7 +143,7 @@ class BaseCommandInteraction extends Interaction {
* subcommand (group)
* @property {User} [user] The resolved user
* @property {GuildMember|APIGuildMember} [member] The resolved member
* @property {GuildChannel|APIChannel} [channel] The resolved channel
* @property {GuildChannel|ThreadChannel|APIChannel} [channel] The resolved channel
* @property {Role|APIRole} [role] The resolved role
*/