User-specific channel invites #4819
Unanswered
erkinalp
asked this question in
API Feature Requests & Ideas
Replies: 1 comment
-
Just make a command that accepts a voice channel argument. There's literally no need for any of this complexity and is already possible in a much simpler form (Activities bot literally does exactly this) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Why is this feature needed
Many bots with voice capabilities currently use the following flow:
With user-specific channel invites, we would directly invite the bot to the desired VC, without the bot learning the human user's voice state. This could also be extended to guild and DM invites.
Possible API design
Invoker-side
POST /users/{user.id}/invites/ to create an invite with the desired channel and expiration
Receiver-side
Both REST and WebSocket alternatives could be provided:
WebSocket
REST
Beta Was this translation helpful? Give feedback.
All reactions