-
-
Notifications
You must be signed in to change notification settings - Fork 121
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(ApplicationCommand): attachment application command option type #272
Conversation
deno/payloads/v8/_interactions/_applicationCommands/chatInput.ts
Outdated
Show resolved
Hide resolved
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.
You may want to rerun the build:deno script
deno/payloads/v9/_interactions/_applicationCommands/_chatInput/shared.ts
Show resolved
Hide resolved
You're not gonna get output from the script, but you'll get changed files |
Oh ok, my commit was made after the command so I missed what changed. But ig as long as it didn't error it's fine right? |
Upstream PR merged 🍕 |
Please describe the changes this PR makes and why it should be merged:
This pr adds the types for the
ATTACHMENT
application command option typeApplicationCommandOptionType
enum in bothv8
andv9
ApplicationCommandInteractionDataOptionAttachment
type to bothv8
andv9
Reference Discord API Docs PRs or commits:
this PR relies on discord/discord-api-docs#4253