79529252

Date: 2025-03-23 16:22:53
Score: 1.5
Natty:
Report link

You can create an invite to a voice channel with a targetApplication, like so:

voiceChannel.createInvite({
    targetType: InviteTargetType.EmbeddedApplication,
    targetApplication: yourActivity,
});

https://discord.js.org/docs/packages/discord.js/14.18.0/InviteCreateOptions:Interface

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: user15517071