-
-
Notifications
You must be signed in to change notification settings - Fork 117
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(APIApplicationCommand): add channel_types
field to channel options
#198
feat(APIApplicationCommand): add channel_types
field to channel options
#198
Conversation
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.
Small change needed, as well as running the deno hooks, otherwise LGTM
Please let the |
Ohhh that's automated... should I revert my last commit? |
No need to revert commits, just run the script and commit it's results!
…On Thu, Sep 16, 2021, 19:57 Suneet Tipirneni ***@***.***> wrote:
Ohhh that's automated... should I revert my last commit?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#198 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEJA4MDHDLAU7K5MPAGLNC3UCIOY3ANCNFSM5EFFKG4Q>
.
|
PR has been merged upstream |
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.
v8 pls
…neni/discord-api-types into typings/channel-type
5d533b4
to
cb81de2
Compare
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.
In payloads/v8/_interactions/_applicationCommands/chatInput.ts, you forgot to remove line 16
channel_types
field to channel options in application commands.channel_types
field to channel options
Please describe the changes this PR makes and why it should be merged:
Adds the
channel_types
option to command options that use channel selection.Reference Discord API Docs PRs or commits: