docs(CreateInviteOptions): fix TargetType link (#6017)

This commit is contained in:
Rodry
2021-07-03 13:22:35 +01:00
committed by GitHub
parent 98e45a5995
commit 4adfc45b5a

View File

@@ -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
*/