-
-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(Routes): voice state endpoint #1046
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Also I'm not sure if we should rename |
Yes, and deprecating the gateway alias |
Did that if you wanna have a look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing the REST types, which should be added to rest/voice.ts to match the Discord docs
The patch endpoint types are in rest/guild.ts, which should be moved to rest/voice.ts as well. Not sure if we'd have to add a re-export on the patch types in rest/guild.ts since users can import individual files too
not re-exporting from guild.ts right now, we can wait for others to see what they want to do |
No, they cannot. So moving exports from the right file is perfectly fine |
Please describe the changes this PR makes and why it should be merged:
If applicable, please reference Discord API Docs PRs or commits that influenced this PR: