From 4adfc45b5a3c916ae44aec5df358f0ca4254f723 Mon Sep 17 00:00:00 2001 From: Rodry <38259440+ImRodry@users.noreply.github.com> Date: Sat, 3 Jul 2021 13:22:35 +0100 Subject: [PATCH] docs(CreateInviteOptions): fix TargetType link (#6017) --- src/structures/GuildChannel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/GuildChannel.js b/src/structures/GuildChannel.js index e0ec740ad..abcab5ccb 100644 --- a/src/structures/GuildChannel.js +++ b/src/structures/GuildChannel.js @@ -544,7 +544,7 @@ class GuildChannel extends Channel { * required if `targetType` is 1, the user must be streaming in the channel * @property {ApplicationResolvable} [targetApplication] The embedded application to open for this invite, * required if `targetType` is 2, the application must have the `EMBEDDED` flag - * @property {InviteTargetType} [targetType] The type of the target for this voice channel invite + * @property {TargetType} [targetType] The type of the target for this voice channel invite * @property {string} [reason] The reason for creating the invite */